Ecosyste.ms: Awesome
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: 17 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T11:47:38.000Z (about 5 years ago)
- Last Synced: 2024-11-09T16:47:07.520Z (2 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