/new.crimenmexico

Website for elcri.men

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

new.crimenmexico

Source code for generating the website elcri.men

The easiest way to recreate the website is to use the docker container

docker pull diegovalle/elcrimen-docker
docker run -it diegovalle/elcrimen-docker

change to the /home/rstudio/new.crimenmexico directory and run git pull to get the latest version and run make. The website will be available in the elcri.men/public subdircotry. If you don't have the private key to deploy to elcri.men you should instead skip the deployment step and run the commands:

cd ~/new.crimenmexico
git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://
git pull
make download_csv download_inegi clean_data analysis website