2010-03-15 14:22:42 +03:00
|
|
|
== PREREQUISITS ==
|
|
|
|
php5
|
2010-03-29 18:13:26 +04:00
|
|
|
sqlite
|
2010-03-15 14:22:42 +03:00
|
|
|
|
|
|
|
== SETUP ==
|
2010-03-29 18:13:26 +04:00
|
|
|
Place owncloud in a subdirectory of your web server. Go to that directory with
|
|
|
|
a web browser and the first run wizard should take it from there.
|
2010-03-29 18:21:00 +04:00
|
|
|
Set up your paths in:
|
|
|
|
config/config.php
|
|
|
|
Check out config/config.sample.php for details if you want to set config.php manually.
|
2010-03-15 14:22:42 +03:00
|
|
|
|
2010-03-29 18:21:00 +04:00
|
|
|
Your data will be in:
|
|
|
|
$CONFIG_DATADIRECTORY = '/www/testy';
|
|
|
|
Apache needs to have write permissions to this directory.
|
|
|
|
|
|
|
|
And the ownCloud path is:
|
|
|
|
$CONFIG_DOCUMENTROOT = '/www/owncloud/htdocs';
|
|
|
|
The ownCloud checkout should be in the root of "htdocs".
|
|
|
|
|
|
|
|
Both are absolute paths, so if your server is in /var/www, you need to add the /var
|
2010-03-15 14:22:42 +03:00
|
|
|
|
2010-03-15 18:08:46 +03:00
|
|
|
== Database ==
|
2010-03-29 18:13:26 +04:00
|
|
|
The database is sqlite. If you are having trouble make sure that the line
|
2010-03-10 15:03:40 +03:00
|
|
|
|
2010-03-29 18:13:26 +04:00
|
|
|
extension=sqlite.so
|
2010-03-10 15:03:40 +03:00
|
|
|
|
2010-03-29 18:13:26 +04:00
|
|
|
appears in your php.ini
|
2010-03-15 18:08:46 +03:00
|
|
|
|
|
|
|
|
|
|
|
Please help improving this documentation!
|
|
|
|
Create merge requests at gitorious.org/owncloud .
|
2010-03-10 15:03:40 +03:00
|
|
|
|
2010-03-29 18:21:00 +04:00
|
|
|
Read the FAQs for some common problems.
|
|
|
|
For support check out our IRC at Freenode : Channel #owncloud
|
|
|
|
Mailing list at https://mail.kde.org/mailman/listinfo/owncloud
|
|
|
|
|