Mac users, please see OSX.md instead.
- Set up your machine based on the instructions in SETUP.md
- Build the docker containers with Docker compose:
docker-compose build
- Create a .password file in which you will put the password of snapshots.humanitarianresponse.info
- Clone the code in /code: git clone --branch=dev git@github.com:humanitarianresponse/site.git code
- Start the docker containers:
docker-compose up
- Run the build.sh file as root: sudo ./build.sh. This will download the database snapshot and install it in your docker container.
- In your browser, go to http://www.hrinfo.vm. The site should run properly (it might take a while to respond the first time)