diff options
Diffstat (limited to 'ports-mgmt/tinderbox-devel/files/pkg-message.in')
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/pkg-message.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/ports-mgmt/tinderbox-devel/files/pkg-message.in b/ports-mgmt/tinderbox-devel/files/pkg-message.in deleted file mode 100644 index f1af49cc1714..000000000000 --- a/ports-mgmt/tinderbox-devel/files/pkg-message.in +++ /dev/null @@ -1,35 +0,0 @@ - -=============================================================================== -ports-mgmt/tinderbox is now installed, but it requires some additional setup. - -**************************************************** -Please do read: %%PREFIX%%/tinderbox/scripts/README -**************************************************** - -The following walkthrough is the webserver setup: - -- In your Apache configuration add the following lines: - - Alias /tb/logs/ "%%PREFIX%%/tinderbox/logs/" - Alias /tb/packages/ "%%PREFIX%%/tinderbox/packages/" - Alias /tb/errors/ "%%PREFIX%%/tinderbox/errors/" - Alias /tb/ "%%PREFIX%%/tinderbox/scripts/www-exp/" - <Directory "%%PREFIX%%/tinderbox/"> - Order allow,deny - Allow from all - </Directory> - -- In your Lighttpd configuration: - -Turn on "mod_alias" and add the following lines: - -alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/", - "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/", - "/tb/errors/" => "%%PREFIX%%/tinderbox/errors/", - "/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" ) -dir-listing.activate = "enable" - - Check your system by going to http://localhost/tb/ - -============================================================================= - |