2010-05-23 00:38:27 +04:00
|
|
|
also see http://owncloud.org/index.php/Installation
|
|
|
|
|
2010-03-15 14:22:42 +03:00
|
|
|
== PREREQUISITS ==
|
|
|
|
php5
|
2010-05-23 00:38:27 +04:00
|
|
|
sqlite or mysql
|
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
|
|
|
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-15 18:08:46 +03:00
|
|
|
== Database ==
|
2010-05-23 00:38:27 +04:00
|
|
|
--SQLite--
|
|
|
|
When sqlite is chosen. 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
|
|
|
|
2010-05-23 00:38:27 +04:00
|
|
|
--MySQL--
|
|
|
|
when mysql is chosen, you can let ownCloud create the database and user when you have administrator credentials for mysql.
|
|
|
|
|
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
|
|
|
|
|