add some install instructions

This commit is contained in:
Frederik Gladhorn 2010-03-15 12:22:42 +01:00
parent 3bbf305ff6
commit e992da513f
1 changed files with 19 additions and 1 deletions

View File

@ -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