Welcome to mirror list, hosted at ThFree Co, Russian Federation.

INSTALL « docs - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8509f363a2683dda1dcbc16aab37e25e9866535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== PREREQUISITS ==
php5
sqlite

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


== Database ==
The database is sqlite. If you are having trouble make sure that the line

extension=sqlite.so

appears in your php.ini


Please help improving this documentation!
Create merge requests at gitorious.org/owncloud .