mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
141d637e82
A Chinese port of Slash-Like Automatic Storytelling Homepage system PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
19 lines
956 B
Plaintext
19 lines
956 B
Plaintext
##############################################################################
|
|
|
|
===> Metalist 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"; if you
|
|
are going to run a Traditional Chinese site, please answer "metalist".
|
|
|
|
##############################################################################
|