diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/INSTALL | 20 |
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 + + + + |