wack-a-mole
This commit is contained in:
@@ -10,11 +10,9 @@
|
|||||||
**This project is under heavy development, it's not in a working state yet!**
|
**This project is under heavy development, it's not in a working state yet!**
|
||||||
|
|
||||||
## Install
|
## 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/)
|
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
|
## 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).
|
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
|
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
|
./bin/ocis-reva -h
|
||||||
|
|
||||||
|
|
||||||
To run a demo installation you can use the preconfigured defaults and start all necessary services:
|
To run a demo installation you can use the preconfigured defaults and start all necessary services:
|
||||||
|
|
||||||
export REVA_USERS_DRIVER=demo
|
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
|
curl -X PROPFIND http://localhost:9140/remote.php/dav/files/ -v -u einstein:relativity
|
||||||
|
|
||||||
## Users
|
## Users
|
||||||
|
|
||||||
The default config uses the demo user backend, which contains three users:
|
The default config uses the demo user backend, which contains three users:
|
||||||
|
|
||||||
einstein:relativity
|
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/)
|
For details on the `json` and `ldap` backends see the [documentation](https://owncloud.github.io/extensions/ocis_reva/users/)
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
If you find a security issue please contact [security@owncloud.com](mailto:security@owncloud.com) first.
|
If you find a security issue please contact [security@owncloud.com](mailto:security@owncloud.com) first.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Fork -> Patch -> Push -> Pull Request
|
Fork -> Patch -> Push -> Pull Request
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Apache-2.0
|
Apache-2.0
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|||||||
Reference in New Issue
Block a user