aboutsummaryrefslogtreecommitdiff
path: root/www/efront/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/efront/files')
-rw-r--r--www/efront/files/pkg-message.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/efront/files/pkg-message.in b/www/efront/files/pkg-message.in
new file mode 100644
index 000000000000..509e8ce476d7
--- /dev/null
+++ b/www/efront/files/pkg-message.in
@@ -0,0 +1,21 @@
+POST-INSTALL CONFIGURATION FOR EFRONT
+=====================================
+1 Add the following to your Apache configuration, and
+ restart the server:
+
+ ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
+ Alias /efront %%WWWDIR%%
+ AcceptPathInfo On
+ <Directory %%WWWDIR%%>
+ AllowOverride None
+ Order Allow,Deny
+ Allow from all
+ </Directory>
+
+3) Visit your eFront site with a browser (i.e.,
+ http://your.server.com/efront/), and you should
+ be taken to the install.php script, which will lead
+ you through creating a config file and then
+ setting up eFront, creating an admin account, etc.
+=====================================================
+