summaryrefslogtreecommitdiff
path: root/dists/gentoo/post-install.txt
blob: c7aa8b0e1d958ba56cb5f02ba7618dd8248f87d8 (plain)
  1. LedgerSMB has been installed into ${VHOST_HOSTNAME}
  2. You must add the following to your <VirtualHost> section for ${VHOST_HOSTNAME}
  3. by hand.
  4. -----8<---- BEGIN APACHE CONFIG -----------
  5. <Directory ${VHOST_HTDOCSDIR}/${VHOST_APPDIR}>
  6. AllowOverride All
  7. AddHandler cgi-script .pl
  8. Options ExecCGI Includes FollowSymlinks
  9. Order Allow,Deny
  10. Allow from All
  11. </Directory>
  12. # Prevent unauthorized access to configuration
  13. # and access control files
  14. <Directory ${VHOST_HTDOCSDIR}/${VHOST_APPDIR}/users>
  15. Order Deny,Allow
  16. Deny from All
  17. </Directory>
  18. -----8<---- END APACHE CONFIG -----------
  19. Once you've done that, go to admin.pl (probably at
  20. http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin.pl) and set your
  21. initial password and users.
  22. Good luck!