aboutsummaryrefslogtreecommitdiff
path: root/www/elgg/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/elgg/files/pkg-message.in')
-rw-r--r--www/elgg/files/pkg-message.in20
1 files changed, 11 insertions, 9 deletions
diff --git a/www/elgg/files/pkg-message.in b/www/elgg/files/pkg-message.in
index 14f221fdc1ce..111b9058897f 100644
--- a/www/elgg/files/pkg-message.in
+++ b/www/elgg/files/pkg-message.in
@@ -1,10 +1,6 @@
-POST-UPGRADE INSTRUCTIONS
-=========================
-Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
-
-
-POST-INSTALL CONFIGURATION FOR ELGG
-===================================
+[
+{ type: install
+ message: <<EOM
1) Make sure your apache's mod_rewrite extension is working,
and change the AllowOverride setting of the DocumentRoot to
AllowOverride all
@@ -28,5 +24,11 @@ For more information, see the INSTALL DOCUMENTATION:
http://docs.elgg.org/wiki/Installation
http://docs.elgg.org/wiki/Troubleshooting
-
-=====================================
+EOM
+}
+{ type: install
+ message: <<EOM
+Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
+EOM
+}
+]