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-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
|
|
|
|