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
- Host: GitHub
- URL: https://github.com/atomotic/fromthepage-docker-compose
- Owner: atomotic
- Created: 2019-09-13T06:31:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T11:47:38.000Z (over 5 years ago)
- Last Synced: 2025-01-05T02:25:11.466Z (6 months ago)
- Topics: crowdsourcing, docker-compose, iiif, transcription
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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