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

https://github.com/atomotic/fromthepage-docker-compose

A Docker compose to run FromThePage https://github.com/benwbrum/fromthepage
https://github.com/atomotic/fromthepage-docker-compose

crowdsourcing docker-compose iiif transcription

Last synced: 5 months ago
JSON representation

A Docker compose to run FromThePage https://github.com/benwbrum/fromthepage

Awesome Lists containing this project

README

        

# fromthepage-docker-compose

A Docker compose for building [FromThePage](https://github.com/benwbrum/fromthepage) and running a development server.

## start

$ docker-compose up

## run the migrations

$ export CONTAINER="fromthepage-docker-compose_fromthepage_1"

$ docker exec -it $CONTAINER sh -c "cd /home/fromthepage; bundle exec rake db:create"

$ docker exec -it $CONTAINER sh -c "cd /home/fromthepage; bundle exec rake db:migrate"

## open

$ open http://localhost:3000