1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/slash/files/pkg-message.in
Greg Larkin 543118f4a5 - Added a check to make sure that Apache 1.3.x is used instead
of any version of Apache.  At the moment, www/slash only works
  with mod_perl 1.0 and Apache 1.3.x.

- Take maintainership.

Submitted by:	Guoqin Ren <renguoqin at gmail dot com> (via freebsd-ports@)
Approved by:	beech (mentor, implicit)
2008-09-02 12:54:32 +00:00

20 lines
1001 B
Plaintext

##############################################################################
===> 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
%%LOCALBASE%%/etc/rc.d/slash.sh start # start the "slashd" daemon
Note that the "install-slashsite" script will ask you of a "theme"; just
answer "slashcode" (the only option) will do.
##############################################################################