summaryrefslogtreecommitdiffstats
path: root/collab/php-nuke/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/php-nuke/INSTALL')
-rwxr-xr-xcollab/php-nuke/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/collab/php-nuke/INSTALL b/collab/php-nuke/INSTALL
new file mode 100755
index 0000000000..4824f925d7
--- /dev/null
+++ b/collab/php-nuke/INSTALL
@@ -0,0 +1,8 @@
+mkdir -p /usr/share/${SPELL} &&
+cp -r . /usr/share/${SPELL}/ &&
+
+echo "Now create the database by: mysqladmin create nuke"
+echo "And populate the database: mysql nuke < nuke.sql"
+echo "Now edit the file \"config.php\""
+echo "Please point your apache at /usr/share/${SPELL}/html/"
+echo "To administer, use /admin.php through your web browser."