- docker
- mise (optional, only if you want to try running without docker)
- There are also some scripts available under
mise.toml
- There are also some scripts available under
- Tested with: Mac OSX, Windows & WSL2 (Ubuntu)
- Create
.envfile with command:./script/setup-env.sh - Run commands:
docker compose build
docker compose up -dApp should be up at http://localhost:3000
-
Update open data source (optional) -- this will pull in data from open-data
docker exec -it civicpatch_web bundle exec rake 'od:sync' -
To populate the progress map with data, run:
`bundle exec rake 'data:process'`