blob: e8293275bb3e150d9099aa23ab68d6b3f6886fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
phpWebSite is installed.
You will need to create a database for phpWebSite
on your own before starting setup.
Then change permissions for set with this script:
cd ${MY_HTDOCSDIR}/phpwebsite/setup
./secure_setup.sh setup
Once you have a database ready proceed to
http://$HOSTNAME/phpwebsite to continue installation.
Once you are done with installation you need to run:
cd ${MY_HTDOCSDIR}/phpwebsite/setup
./secure_phpws.sh run apache users
|