mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-22 05:29:01 -06:00
49 lines
2.0 KiB
Markdown
49 lines
2.0 KiB
Markdown
# ownCloud Infinite Scale: graph
|
|
|
|
[](https://cloud.drone.io/owncloud/ocis-graph)
|
|
[](https://gitter.im/cs3org/reva)
|
|
[](https://www.codacy.com/manual/owncloud/ocis-graph?utm_source=github.com&utm_medium=referral&utm_content=owncloud/ocis-graph&utm_campaign=Badge_Grade)
|
|
[](http://godoc.org/github.com/owncloud/ocis-graph)
|
|
[](http://goreportcard.com/report/github.com/owncloud/ocis-graph)
|
|
[](http://microbadger.com/images/owncloud/ocis-graph "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/ocis/graph/). For instructions how to install this on your platform you should take a look at our [documentation](https://owncloud.github.cio/ocis-graph/)
|
|
|
|
## 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.12. For the frontend it's also required to have [NodeJS](https://nodejs.org/en/download/package-manager/) and [Yarn](https://yarnpkg.com/lang/en/docs/install/) installed.
|
|
|
|
```console
|
|
git clone https://github.com/owncloud/ocis-graph.git
|
|
cd ocis-graph
|
|
|
|
yarn install
|
|
yarn build
|
|
|
|
make generate build
|
|
|
|
./bin/ocis-graph -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>
|
|
```
|