Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederik Gladhorn <gladhorn@kde.org>2010-03-15 14:22:42 +0300
committerFrederik Gladhorn <gladhorn@kde.org>2010-03-15 14:22:42 +0300
commite992da513ff7759f12c875b419ab1869230039f2 (patch)
treed62edc24907eaa3f971623cfac1e3a0ca941f7df /docs
parent3bbf305ff6d694de99c2a4bbabcf02de0021a2db (diff)
add some install instructions
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/INSTALL20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 21feb7c2057..2c98e81b1c7 100755
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -1,4 +1,22 @@
-nothing here yet
+== PREREQUISITS ==
+php5
+currently mysql, should optionally be sqlite
+
+== SETUP ==
+Set up your paths in:
+config/config.php
+
+Your data will be in:
+$CONFIG_DATADIRECTORY = '/www/testy';
+
+And the ownCloud path is:
+$CONFIG_DOCUMENTROOT = '/www/owncloud/htdocs';
+
+Both are absolute paths, so if your server is in /var/www, you need to add the /var
+
+
+
+