summaryrefslogtreecommitdiffstats
path: root/collab/xoops/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/xoops/INSTALL')
-rwxr-xr-xcollab/xoops/INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/collab/xoops/INSTALL b/collab/xoops/INSTALL
new file mode 100755
index 0000000000..e67fb995c3
--- /dev/null
+++ b/collab/xoops/INSTALL
@@ -0,0 +1,13 @@
+cd $SOURCE_DIRECTORY &&
+
+mkdir -p ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL} &&
+cp -r htdocs/* ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL} &&
+#chmod -R 0777 /usr/share/$SPELL/html/install/ &&
+chmod 0777 ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL}/mainfile.php* &&
+
+message "${MESSAGE_COLOR}Please point your apache at" \
+ " ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL} and" \
+ "request install.php." &&
+message "You will need to delete" \
+ "${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL}/install.php afterwards."\
+ "$DEFAULT_COLOR"