diegovalle / new.crimenmexico

Website for elcri.men

Home Page:https://elcri.men

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for elcri.men

https://elcri.men

License:MIT License


Languages

Language:JavaScript 55.7%Language:R 14.9%Language:SCSS 11.9%Language:CSS 7.0%Language:Python 6.3%Language:Shell 3.1%Language:HTML 0.7%Language:Makefile 0.4%Language:Roff 0.0%