summaryrefslogtreecommitdiffstats
path: root/collab/tutos/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/tutos/BUILD')
-rwxr-xr-xcollab/tutos/BUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/collab/tutos/BUILD b/collab/tutos/BUILD
new file mode 100755
index 0000000000..30812be34b
--- /dev/null
+++ b/collab/tutos/BUILD
@@ -0,0 +1,19 @@
+# $Id: BUILD,v 1.1 2002/07/30 18:55:22 sergeyli Exp $
+(
+ cp ./apache.conf ./apache.conf.default &&
+ cp ./php/config_default.pinc ./php/config.pinc &&
+
+ prepare_install &&
+
+ mkdir -p /usr/share/$SPELL &&
+ cp -R . /usr/share/$SPELL/
+
+) > $C_FIFO 2>&1 && (
+
+ echo "Please point your apache at /usr/share/$SPELL/php"
+ echo "Edit or update /usr/share/$SPELL/php/config.pinc"
+ echo "as well as /usr/share/$SPELL/apache.conf"
+ echo "Access document scheme.php to create/update database schema"
+ echo "and then remove scheme.php and update.php from the file system"
+
+)