https://github.com/icarito/mapknitter-docker-compose
Mapknitter service contained including mysql instance set up
https://github.com/icarito/mapknitter-docker-compose
Last synced: 9 months ago
JSON representation
Mapknitter service contained including mysql instance set up
- Host: GitHub
- URL: https://github.com/icarito/mapknitter-docker-compose
- Owner: icarito
- Created: 2016-05-12T04:56:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T05:25:24.000Z (over 9 years ago)
- Last Synced: 2025-02-14T10:23:08.654Z (11 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerized MapKnitter service
This service is configured to run with a MYSQL database, and use local file storage.
To run it, make sure your paths are correct (by default /srv/mapknitter\_priv1).
Run `git submodule init` to pull the mapknitter sources.
Also set up your database passwords in `database.yml`.
Then run `docker-compose build`. It should download and build the MySQL container and build the Mapknitter container. You will need to run `docker-compose run web rake db:init` and `docker-compose run web rake assets:precompile` in order to set up the environment before the app is ready to work.
Finally, run `docker-compose up` and you'll have Mapknitter on localhost:3000 !