nextcloud/docs/INSTALL

23 lines
349 B
Plaintext
Raw Normal View History

2010-03-15 14:22:42 +03:00
== 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
2010-03-10 15:03:40 +03:00