mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-05 11:51:41 -05:00
Merge pull request #135 from owncloud/readme-prereqs
Move readme prerequisites before the quickstart
This commit is contained in:
17
README.md
17
README.md
@@ -26,21 +26,28 @@ make generate build
|
||||
./bin/ocis -h
|
||||
```
|
||||
|
||||
## Quickstart
|
||||
After building the binary with the above steps run all services
|
||||
## Prerequisites
|
||||
|
||||
```console
|
||||
./bin/ocis server
|
||||
```
|
||||
### Redis server
|
||||
|
||||
You will need to start a redis server as a cache. The ownCloud storage driver currently will try to connect to the default port.
|
||||
|
||||
### Root storage
|
||||
|
||||
To prepare the root storage you should fill it with two folders. They are necessary for resolving the home and ownCloud storages. This is subject to change.
|
||||
|
||||
```console
|
||||
mkdir -p /var/tmp/reva/root/{home,oc}
|
||||
```
|
||||
|
||||
## Quickstart
|
||||
|
||||
After building the binary with the above steps and also setting up the prerequisites, run this command to start all services:
|
||||
|
||||
```console
|
||||
./bin/ocis server
|
||||
```
|
||||
|
||||
Open [http://localhost:9100](http://localhost:9100) and login using one of the demo accounts:
|
||||
|
||||
```console
|
||||
|
||||
Reference in New Issue
Block a user