aboutsummaryrefslogtreecommitdiffstats
path: root/www/slash/pkg-message
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-29 01:24:24 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-29 01:24:24 +0800
commit5d613ce431e1b7f7fb419ae8a41206fad33241f8 (patch)
treef9fdfbe82089873c6be27f3bae50d3b1574481bf /www/slash/pkg-message
parent31caeac0fd732fb7a048415eebcf2def1957a82a (diff)
downloadfreebsd-ports-gnome-5d613ce431e1b7f7fb419ae8a41206fad33241f8.tar.gz
freebsd-ports-gnome-5d613ce431e1b7f7fb419ae8a41206fad33241f8.tar.zst
freebsd-ports-gnome-5d613ce431e1b7f7fb419ae8a41206fad33241f8.zip
add slash 2.2.5
Slash-Like Automatic Storytelling Homepage system PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
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.
+
+##############################################################################