Skip to content

datacite/volpino

Folders and files

NameName
Last commit message
Last commit date
Oct 15, 2024
Jun 12, 2024
Apr 8, 2024
Jun 12, 2024
Apr 8, 2024
Nov 10, 2022
Dec 15, 2015
May 3, 2024
Oct 16, 2024
Mar 21, 2019
May 5, 2021
Apr 4, 2024
Apr 25, 2024
Apr 25, 2024
May 3, 2024
May 3, 2024
Oct 26, 2015
Feb 9, 2020
Nov 10, 2022
Apr 8, 2024
Apr 25, 2024
Apr 25, 2024

Repository files navigation

Volpino

Build Status Code Climate Test Coverage

The DataCite service for user accounts. Users are authenticated via Globus Auth. Single-sign to various DataCite services via JWT.

Installation

Using Docker.

docker run -p 8080:80 datacite/volpino

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

For a more detailed configuration, including serving the application from the host for live editing, look at docker-compose.yml in the root folder.

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

volpino is released under the MIT License.