An open API service indexing awesome lists of open source software.

https://github.com/datacite/rottweiler

Netlify CMS OAuth Provider
https://github.com/datacite/rottweiler

Last synced: 5 months ago
JSON representation

Netlify CMS OAuth Provider

Awesome Lists containing this project

README

          

# Netlify CMS OAuth Provider

Docker container for [Netlify-CMS oauth client](https://github.com/igk1972/netlify-cms-oauth-provider-go).

## Installation

Using Docker.

```bash
docker run -p 8035:80 datacite/rottweiler
```

or

```bash
docker-compose up
```

You can now point your browser to `http://localhost:8035` and use the application.

### Note on Patches/Pull Requests

* Fork the project
* Write tests for your new feature or a test that reproduces a bug
* Implement your feature or make a bug fix
* Do not mess with Rakefile, version or history
* Commit, push and make a pull request. Bonus points for topical branches.

## License

**Rottweiler** is released under the [MIT License](https://github.com/datacite/rottweiler/blob/master/LICENSE).