postinstall-en-3.1.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. If this is a new installation:
  2. 1. Configure ${PN}:
  3. a) Create config.inc.php. You can use the web-based installer
  4. (this requires the 'setup' USE flag to be enabled):
  5. mkdir ${MY_INSTALLDIR}/config
  6. chown ${VHOST_SERVER_UID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config
  7. then go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup/
  8. once you've saved the configuration:
  9. cp ${MY_INSTALLDIR}/config/config.inc.php ${MY_INSTALLDIR}/config.inc.php
  10. rm -rf ${MY_INSTALLDIR}/config
  11. b) Alternatively, use an existing configuration:
  12. cp <path to existing config.inc.php file> ${MY_INSTALLDIR}/
  13. c) Alternatively, use the sample config file:
  14. cp ${MY_INSTALLDIR}/config.sample.inc.php ${MY_INSTALLDIR}/config.inc.php
  15. 2. Be sure that the libraries/ directory is not visible. You can use the
  16. provided .htaccess file.
  17. =================================================================
  18. If you are upgrading from an earlier version:
  19. 1. If you are using ${PN}'s features for master/foreign tables, be sure to read
  20. http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/Documentation.html#col_com
  21. You will need to perform the ALTER TABLE step yourself.