Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.6 KB

Poodle

Release Maintainability Test Coverage

DataCite MDS API, enabling DOI and metadata registration. The application does not store any data internally, but uses the DataCite REST API as backend service.

For documentation, and for testing the API, please go to DataCite Support.

Installation

Using Docker.

docker run -p 8035:80 datacite/poodle

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

By default the application connects to the DataCite test infrastructure. Set the API_URL environment variable to connect to the DataCite production infrastructure:

API_URL=https://api.datacite.org

Development

We use Rspec for unit and acceptance testing:

bundle exec rspec

Follow along via Github Issues.

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

Poodle is released under the MIT License.