RESCUE TRACKS
- Install Docker and Docker Compose
- Install Docker Sync
gem install docker-sync
- Start Docker Sync
docker-sync start
- To build, run
docker-compose build
a) NOTE: This assumes you haverescue-tracks
andrescue-tracks-frontend
in sibling folders named as such - To spin up, run
docker-compose up
- If necessary, connect pgAdmin to
localhost:5439
to access the development db. a) Username and password are bothpostgres
b) Create a database namedrescue_tracks
- Point browser to
localhost:4200
to start development a) Node inspector should be running on 9229 b) May need to rundocker-compose restart rescue_tracks
to reboot server/inspector