summaryrefslogtreecommitdiff
path: root/dists/gentoo/post-install.txt
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-02 06:06:52 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-02 06:06:52 +0000
commit84f7e04e6dc67142d7d14441f258bddc345ef58f (patch)
tree7490e67b0d93afc3b3d3d44dac433315b91974bf /dists/gentoo/post-install.txt
parent5daa86d8bcd886b9bfeec46d6387be76d24be131 (diff)
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
Diffstat (limited to 'dists/gentoo/post-install.txt')
-rw-r--r--dists/gentoo/post-install.txt30
1 files changed, 30 insertions, 0 deletions
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 <VirtualHost> section for ${VHOST_HOSTNAME}
+by hand.
+
+-----8<---- BEGIN APACHE CONFIG -----------
+
+<Directory ${VHOST_HTDOCSDIR}/${VHOST_APPDIR}>
+ AllowOverride All
+ AddHandler cgi-script .pl
+ Options ExecCGI Includes FollowSymlinks
+ Order Allow,Deny
+ Allow from All
+</Directory>
+
+# Prevent unauthorized access to configuration
+# and access control files
+<Directory ${VHOST_HTDOCSDIR}/${VHOST_APPDIR}/users>
+ Order Deny,Allow
+ Deny from All
+</Directory>
+
+-----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!
+