summaryrefslogtreecommitdiffstats
path: root/collab/xoopsforge/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/xoopsforge/INSTALL')
-rwxr-xr-xcollab/xoopsforge/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/collab/xoopsforge/INSTALL b/collab/xoopsforge/INSTALL
new file mode 100755
index 0000000000..a396ba21be
--- /dev/null
+++ b/collab/xoopsforge/INSTALL
@@ -0,0 +1,8 @@
+local XOOPS="$INSTALL_ROOT/usr/share/xoops/html" &&
+ mkdir -vp $XOOPS
+ cp -vr . $XOOPS &&
+ chmod -R 0755 $XOOPS/modules/xfmod/cache/
+
+ echo "Please point your browser at <alias for /usr/share/xoops/html>/xf/install.php"
+ echo "You will need to delete install.php afterwards."
+