wack-a-mole

This commit is contained in:
A.Unger
2020-09-23 12:20:50 +02:00
parent 10ae5553bb
commit 31e8a3758a

View File

@@ -10,11 +10,9 @@
**This project is under heavy development, it's not in a working state yet!**
## Install
You can download prebuilt binaries from the GitHub releases or from our [download mirrors](http://download.owncloud.com/ocis/reva/). For instructions how to install this on your platform you should take a look at our [documentation](https://owncloud.github.io/extensions/ocis_reva/)
## Development
Make sure you have a working Go environment, for further reference or a guide take a look at the [install instructions](http://golang.org/doc/install.html).
git clone https://github.com/owncloud/ocis-reva.git
@@ -24,7 +22,6 @@ Make sure you have a working Go environment, for further reference or a guide ta
./bin/ocis-reva -h
To run a demo installation you can use the preconfigured defaults and start all necessary services:
export REVA_USERS_DRIVER=demo
@@ -53,7 +50,6 @@ You should now be able to get a file listing of a users home using
curl -X PROPFIND http://localhost:9140/remote.php/dav/files/ -v -u einstein:relativity
## Users
The default config uses the demo user backend, which contains three users:
einstein:relativity
@@ -63,15 +59,12 @@ The default config uses the demo user backend, which contains three users:
For details on the `json` and `ldap` backends see the [documentation](https://owncloud.github.io/extensions/ocis_reva/users/)
## Security
If you find a security issue please contact [security@owncloud.com](mailto:security@owncloud.com) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## License
Apache-2.0
## Copyright