fix typos, force oCIS and add links

This commit is contained in:
Willy Kloucek
2020-11-17 11:05:14 +01:00
parent 20eae462b3
commit f2a1c06145
31 changed files with 49 additions and 91 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ git clone https://github.com/owncloud/ocis.git
cd ocis
{{< / highlight >}}
## Build the ocis binary
## Build the oCIS binary
The ocis binary source is in the ocis/ocis folder. In this folder you can build the ocis binary:
The oCIS binary source is in the ocis/ocis folder. In this folder you can build the ocis binary:
{{< highlight txt >}}
make generate
+1 -1
View File
@@ -19,7 +19,7 @@ To build and run your local ocis code with default storage driver
docker run --rm -ti --name ocis -v $PWD:/ocis -p 9200:9200 owncloud/eos-ocis-dev
```
The eos-ocis-dev container will build and run ocis using the owncloud storage driver and store files in the container at `/var/tmp/reva/data/<username>/files`
The eos-ocis-dev container will build and run oCIS using the ownCloud storage driver and store files in the container at `/var/tmp/reva/data/<username>/files`
To check the uploaded files start digging with: `docker exec -it ocis ls -l /var/tmp/reva/`
+1 -1
View File
@@ -10,7 +10,7 @@ geekdocFilePath: testing.md
## Acceptance tests
We are using the ownCloud 10 acceptance testsuite against ocis. To set this up you need the owncloud 10 core repo, a ldap server that the acceptance tests can use to manage users, a redis server for file-versions and the ocis code.
We are using the ownCloud 10 acceptance testsuite against ocis. To set this up you need the owncloud 10 core repo, a ldap server that the acceptance tests can use to manage users, a redis server for file-versions and the oCIS code.
### Getting the tests