blob: b34721de434827e759f919845846a5776c2ea228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Now execute:
cp ${MY_INSTALLDIR}/css/<one_of_css_files>.css.dist ${MY_INSTALLDIR}/css/<one_of_css_files>.css
cp ${MY_INSTALLDIR}/config/config.php.dist ${MY_INSTALLDIR}/config/config.php
and edit them. As a minimum, set LIB_PATH, DB_PREFIX, DB_HOST, DB_NAME,
DB_USER, DB_PASSWORD, CSS.
Then go to http://${VHOST_HOSTNAME}${VHOST_APPDIR}/install.php to finish the installation.
Don't forget to delete ${MY_INSTALLDIR}/install.php when you are done.
Read the docs at http://polarblog.polarlava.com/docs/
|