diff options
author | Frederik Gladhorn <gladhorn@kde.org> | 2010-03-15 12:22:42 +0100 |
---|---|---|
committer | Frederik Gladhorn <gladhorn@kde.org> | 2010-03-15 12:22:42 +0100 |
commit | e992da513ff7759f12c875b419ab1869230039f2 (patch) | |
tree | d62edc24907eaa3f971623cfac1e3a0ca941f7df /docs | |
parent | 3bbf305ff6d694de99c2a4bbabcf02de0021a2db (diff) | |
download | nextcloud-server-e992da513ff7759f12c875b419ab1869230039f2.tar.gz nextcloud-server-e992da513ff7759f12c875b419ab1869230039f2.zip |
add some install instructions
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 + + + + |