mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Update Readme.md
This commit is contained in:
34
README.md
34
README.md
@@ -1,6 +1,6 @@
|
||||
# ownCloud Infinite Scale
|
||||
|
||||
[](https://cloud.drone.io/owncloud/ocis)
|
||||
[](https://drone.owncloud.com/owncloud/ocis)
|
||||
[](https://gitter.im/cs3org/reva)
|
||||
[](https://www.codacy.com/app/owncloud/ocis?utm_source=github.com&utm_medium=referral&utm_content=owncloud/ocis&utm_campaign=Badge_Grade)
|
||||
[](http://godoc.org/github.com/owncloud/ocis)
|
||||
@@ -19,13 +19,17 @@ Make sure you have a working Go environment, for further reference or a guide ta
|
||||
|
||||
```console
|
||||
git clone https://github.com/owncloud/ocis.git
|
||||
cd ocis
|
||||
cd ocis/ocis
|
||||
|
||||
make generate build
|
||||
|
||||
./bin/ocis -h
|
||||
```
|
||||
|
||||
### Folder Structure
|
||||
|
||||
This is a monorepo for multiple microservices. The individual services are located in subfolders like `accounts`. The code in the `ocis` subfolder aggregates all the go modules and implements commands to start the individual services or the full-stack server with a default config. It also builds a single binary and docker images.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
### Redis server
|
||||
@@ -43,25 +47,25 @@ mkdir -p /var/tmp/reva/root/{home,oc}
|
||||
|
||||
## Quickstart
|
||||
|
||||
- Make sure that the binary was built with the above steps.
|
||||
- Make sure that the binary was built with the above steps.
|
||||
|
||||
- Now start all services with the following command
|
||||
- Now start all services with the following command
|
||||
|
||||
```console
|
||||
./bin/ocis server
|
||||
```
|
||||
```console
|
||||
./bin/ocis server
|
||||
```
|
||||
|
||||
- Open <https://localhost:9200>
|
||||
- Open <https://localhost:9200>
|
||||
|
||||
- Accept the self-signed certificate (it is regenerated every time the server starts)
|
||||
- Accept the self-signed certificate (it is regenerated every time the server starts)
|
||||
|
||||
- Login using one of the demo accounts:
|
||||
- Login using one of the demo accounts:
|
||||
|
||||
```console
|
||||
einstein:relativity
|
||||
marie:radioactivity
|
||||
richard:superfluidity
|
||||
```
|
||||
```console
|
||||
einstein:relativity
|
||||
marie:radioactivity
|
||||
richard:superfluidity
|
||||
```
|
||||
|
||||
## Running single extensions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user