Skip to content

fedferguson/hydra-docker-demo

 
 

Repository files navigation

Hydra Docker Demo

A simple demo of a Hydra Curation Concerns application using Docker development tools.

Be sure Docker is installed on your system.

Build the application images with:

$ docker-compose build

Then fetch additional images and start the application:

$ docker-compose up

Once all services are running, update the database schema:

$ docker-compose run app bundle exec rake db:migrate

And visit your app on http://localhost:3000! You can access the rails console using:

$ docker-compose run app bundle exec rails c

About

Demonstration of Hydra development with Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 74.7%
  • XSLT 17.9%
  • HTML 4.8%
  • Dockerfile 1.2%
  • CSS 0.7%
  • JavaScript 0.6%
  • Shell 0.1%