aboutsummaryrefslogtreecommitdiff
path: root/www/elgg/files/pkg-message.in
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-02 06:20:20 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-02 06:20:20 +0000
commit08e029aa363bbced95b7566a7cad8d4f4d676b08 (patch)
treef6f6710e262b7fddaa29d7714d6fd9906c129791 /www/elgg/files/pkg-message.in
parent864ba2de5d45e50f2705f24da18a82052dcada77 (diff)
downloadports-08e029aa363bbced95b7566a7cad8d4f4d676b08.tar.gz
ports-08e029aa363bbced95b7566a7cad8d4f4d676b08.zip
Notes
Diffstat (limited to 'www/elgg/files/pkg-message.in')
-rw-r--r--www/elgg/files/pkg-message.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/elgg/files/pkg-message.in b/www/elgg/files/pkg-message.in
new file mode 100644
index 000000000000..376fa30e2fc3
--- /dev/null
+++ b/www/elgg/files/pkg-message.in
@@ -0,0 +1,30 @@
+
+POST-INSTALL CONFIGURATION FOR ELGG
+=====================================
+
+1) Create a user and a database for Elgg to store all
+ its tables in (or choose an existing database).
+
+2) Add the following to your Apache configuration, and
+ restart the server:
+
+ ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
+ Alias /elgg %%WWWDIR%%/
+ AcceptPathInfo On
+ <Directory %%WWWDIR%%>
+ AllowOverride None
+ Order Allow,Deny
+ Allow from all
+ </Directory>
+
+3) Visit your Moodle site with a browser (i.e.,
+ http://your.server.com/elgg/), and you should
+ be taken to the install.php script, which will lead
+ you through creating a config.php file and then
+ setting up Elgg.
+
+For more information, see the INSTALL DOCUMENTATION:
+
+ http://elgg.org/mod/mediawiki/wiki/index.php/Installation_guide
+
+=====================================