Files
opencloud/README.md
2019-09-04 09:55:35 +02:00

46 lines
1.7 KiB
Markdown

# Reva: Phoenix
[![Build Status](https://cloud.drone.io/api/badges/owncloud/reva-phoenix/status.svg)](https://cloud.drone.io/owncloud/reva-phoenix)
[![Gitter chat](https://badges.gitter.im/cs3org/reva.svg)](https://gitter.im/cs3org/reva)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/afe89eb0894848c5b67dc0343afd1df9)](https://www.codacy.com/app/owncloud/reva-phoenix?utm_source=github.com&utm_medium=referral&utm_content=owncloud/reva-phoenix&utm_campaign=Badge_Grade)
[![Go Doc](https://godoc.org/github.com/owncloud/reva-phoenix?status.svg)](http://godoc.org/github.com/owncloud/reva-phoenix)
[![Go Report](http://goreportcard.com/badge/github.com/owncloud/reva-phoenix)](http://goreportcard.com/report/github.com/owncloud/reva-phoenix)
[![](https://images.microbadger.com/badges/image/owncloud/reva-phoenix.svg)](http://microbadger.com/images/owncloud/reva-phoenix "Get your own image badge on microbadger.com")
**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/reva/phoenix/).
## 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). This project requires Go >= v1.11.
```console
git clone https://github.com/owncloud/reva-phoenix.git
cd reva-phoenix
make generate build
./bin/reva-phoenix -h
```
## Security
If you find a security issue please contact security@owncloud.com first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2019 ownCloud GmbH <https://owncloud.com>
```