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 builda) NOTE: This assumes you haverescue-tracksandrescue-tracks-frontendin sibling folders named as such - To spin up, run
docker-compose up - If necessary, connect pgAdmin to
localhost:5439to access the development db. a) Username and password are bothpostgresb) Create a database namedrescue_tracks - Point browser to
localhost:4200to start development a) Node inspector should be running on 9229 b) May need to rundocker-compose restart rescue_tracksto reboot server/inspector