Aplicación web que muestra el estado de la calidad del aire actual en relación con los estándares de la OMS.
Web application showing the current state of air quality in relation to the OMS standard.
- Ruby
- RVM
- $
rvm install 2.x.x
- $
rvm use 2.x.x
- NodeJS
- $
apt get install -y nodejs npm
- $
- Bower
- $
npm install -g bower
- $
- Grunt
- $
npm install -g grunt grunt-cli
- $
- Compass
- $
npm install -g compass
- $
gem install compass
- $
- API
- API levantada y corriendo / up and running
- API JOB
- API JOB levantada y corriendo / up and running
- $
git clone https://github.com/idatosabiertos/calidad-del-aire-webapp
- $
cd /calidad-del-aire-webapp
- $
npm install
- $
bower install
- $
grunt serve
Vagrant /vagrant
Requerimientos / Requirements
- Vagrant
- VirtualBox Pasos / Steps:
git clone calidad-del-aire-webapp
cd calidad-del-aire-webapp/Vagrant
vagrant up
- Navegar a / Navigate to
http://localhost:8080
en la maquina host / on host machine.