From 84f7e04e6dc67142d7d14441f258bddc345ef58f Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 2 Oct 2006 06:06:52 +0000 Subject: Updated changelog and added Jason R's Gentoo metadata. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@177 4979c152-3d1c-0410-bac9-87ea11338e46 --- dists/gentoo/post-install.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dists/gentoo/post-install.txt (limited to 'dists/gentoo/post-install.txt') diff --git a/dists/gentoo/post-install.txt b/dists/gentoo/post-install.txt new file mode 100644 index 00000000..c7aa8b0e --- /dev/null +++ b/dists/gentoo/post-install.txt @@ -0,0 +1,30 @@ +LedgerSMB has been installed into ${VHOST_HOSTNAME} + +You must add the following to your section for ${VHOST_HOSTNAME} +by hand. + +-----8<---- BEGIN APACHE CONFIG ----------- + + + AllowOverride All + AddHandler cgi-script .pl + Options ExecCGI Includes FollowSymlinks + Order Allow,Deny + Allow from All + + +# Prevent unauthorized access to configuration +# and access control files + + Order Deny,Allow + Deny from All + + +-----8<---- END APACHE CONFIG ----------- + +Once you've done that, go to admin.pl (probably at +http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin.pl) and set your +initial password and users. + +Good luck! + -- cgit v1.2.3