Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 776 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 776 Bytes

slackgroups

Requirements

Instructions

To get the rails server and postgres database up and running execute:

docker-compose up -d

If you're running the Docker engine nativly in your environment visit the following url http://localhost:3000.

If you're a Mac OSx or Windows user that requires a VM to execute the Docker engine, switch localhost for the VM IP address: http://{VM_HOST_IP_ADDRESS}:3000.

If you're using docker-machine to setup a VM for the Docker engine, execute the following command to get the host IP address: docker-machine ip MACHINE_NAME (usually default)