summaryrefslogtreecommitdiffstats
path: root/collab/tikiwiki/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/tikiwiki/BUILD')
-rwxr-xr-xcollab/tikiwiki/BUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/collab/tikiwiki/BUILD b/collab/tikiwiki/BUILD
new file mode 100755
index 0000000000..953450daf3
--- /dev/null
+++ b/collab/tikiwiki/BUILD
@@ -0,0 +1,19 @@
+(
+
+ prepare_install &&
+ mkdir -p /usr/share/$SPELL &&
+ cp -r * /usr/share/$SPELL &&
+ chmod -R u=rwX,og=rX /usr/share/$SPELL
+
+) >$C_FIFO 2>&1 && (
+
+ message $(cat <<EOF
+Please map an URI on your Web server to /usr/share/$SPELL to enable
+${SPELL_COLOR}TikiWiki${DEFAULT_COLOR}. Also make sure PHP is enabled.
+In order to complete the installation of TikiWiki, create the
+database and open http://localhost/<URI>/tiki-install.php in browser.
+It will prompt you for values it needs to complete the installation.
+EOF
+ )
+
+)