blob: 970af77574c14716dec586ccf41e8762ed51a805 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
also see http://owncloud.org/index.php/Installation
== PREREQUISITS ==
php5
sqlite or mysql
== SETUP ==
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.
Check out config/config.sample.php for details if you want to set config.php manually.
== Database ==
--SQLite--
When sqlite is chosen. If you are having trouble make sure that the line
extension=sqlite.so
appears in your php.ini
--MySQL--
when mysql is chosen, you can let ownCloud create the database and user when you have administrator credentials for mysql.
Please help improving this documentation!
Create merge requests at gitorious.org/owncloud .
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
|