summaryrefslogtreecommitdiff
path: root/www/slash/pkg-message
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-10-19 08:33:39 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-10-19 08:33:39 +0000
commit35ee82db50e058c12bf537cffc3f66e207b5b9d4 (patch)
tree3c01d2db234797b6ba6214879f338a74d144db95 /www/slash/pkg-message
parentRespect CC and CFLAGS (diff)
Revive www/slash port.
Slash -- Slashdot Like Automated Storytelling Homepage -- is the code that runs Slashdot. PR: 57199 Submitted by: Autrijus Tang <autrijus@autrijus.org>
Notes
Notes: svn path=/head/; revision=91628
Diffstat (limited to 'www/slash/pkg-message')
-rw-r--r--www/slash/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/slash/pkg-message b/www/slash/pkg-message
new file mode 100644
index 000000000000..e3092246e91d
--- /dev/null
+++ b/www/slash/pkg-message
@@ -0,0 +1,18 @@
+##############################################################################
+
+===> Slash post-port installation instructions:
+
+ To complete the installation of this port, please perform following actions
+ as root (the "virtual user" should be the same as p5-DBIx-Password):
+
+ mysqladmin -u root create slash # "slash" is your database name
+ echo "Include %%LOCALBASE%%/slash/httpd/slash.conf" \
+ >> %%LOCALBASE%%/etc/apache/httpd.conf # or manually insert this line
+ cd %%LOCALBASE%%/slash # change to the slash directory
+ bin/install-slashsite -u slash # "slash" is virtual user's name
+ apachectl restart # restarts the apache server
+
+ Note that the "install-slashsite" script will ask you of a "theme"; just
+ answer "slashcode" (the only option) will do.
+
+##############################################################################