A Docker Setup for developing Redadalertas
The purpose of this repo is to allow you to setup a docker development environment to get up and running. While you will need to fork the redadalertas and the redadalertas-api repos to develop, you do NOT need to fork this one.
Clone this repo:
https://github.com/Cosecha/redadalertas-stack.git
Change into that directory:
cd redadalertas-stack
Run the setup script:
./setup.sh
NOTE: This will prompt you to provide the url (or SSH address) for your forked repos of the client and server repositories.
Run the docker compose file:
./run.sh