]> source.dussan.org Git - nextcloud-server.git/commitdiff
add some install instructions
authorFrederik Gladhorn <gladhorn@kde.org>
Mon, 15 Mar 2010 11:22:42 +0000 (12:22 +0100)
committerFrederik Gladhorn <gladhorn@kde.org>
Mon, 15 Mar 2010 11:22:42 +0000 (12:22 +0100)
docs/INSTALL

index 21feb7c205765719990bb682ad3cf8737fdc38c1..2c98e81b1c7a2e4d7611ad5153032ac68ec15b2f 100755 (executable)
@@ -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
+
+
+
+