summaryrefslogtreecommitdiff
path: root/dists/gentoo/post-install.txt
diff options
context:
space:
mode:
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!
+