summaryrefslogtreecommitdiff
path: root/www/sit/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/sit/files/pkg-message.in')
-rw-r--r--www/sit/files/pkg-message.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/sit/files/pkg-message.in b/www/sit/files/pkg-message.in
deleted file mode 100644
index f7a60cfc4ba7..000000000000
--- a/www/sit/files/pkg-message.in
+++ /dev/null
@@ -1,29 +0,0 @@
-*****************************************************************
-
-Create a database for SiT
-
-Login to mysql using:
-#> mysql -u root -p
-
-mysql> create database sit;
-mysql> create user 'sit'@'localhost' identified by 'yourpassword'
-mysql> grant all privileges on sit.* to 'sit'@'localhost'
-
-*****************************************************************
-You will also need to configure Apache. Consider adding the following
-to your httpd.conf:
-
- Alias /sit "%%WWWDIR%%"
-
- <Directory "%%WWWDIR%%">
- AllowOverride all
- Allow from all
- </Directory>
-
-Then restart Apache: 'apachectl graceful'
-
-Please visit 'http://<yourhost>/sit/' in a
-web-browser and follow the configuration instructions.
-
-go to http://sitracker/wiki for more help
-*****************************************************************