diff options
Diffstat (limited to 'www-apps/polarblog/files/postinstall-en.txt')
-rw-r--r-- | www-apps/polarblog/files/postinstall-en.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-apps/polarblog/files/postinstall-en.txt b/www-apps/polarblog/files/postinstall-en.txt new file mode 100644 index 000000000000..8d3aaec4ba5c --- /dev/null +++ b/www-apps/polarblog/files/postinstall-en.txt @@ -0,0 +1,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}/polarblog/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/ |