Sistema para visualización de datos del Sistema Nacional Integrado de Salud desarrollada por DATA en convenio con la DGSNIS del Ministerio de Salud Pública con el apoyo de la Iniciativa Latinoamericana por los Datos Abiertos ILDA.
System of data visualization of the National Integrated Health System developed by DATA in agreement with the DGSNIS of the Ministry of Public Health with the support of the Latin American Initiative for Open Data ILDA.
- Postgresql
- instalación/Installation
- $
apt-get -y install libpq-dev
- Ruby 2.2.4
- RVM - instalación/Installation
- $
rvm install 2.2.4
- $
rvm use 2.2.4
- Bundle
- $
gem install bundler --conservative
- $
- NodeJS
- $
apt get install -y nodejs npm
- $
- $
git clone https://github.com/idatosabiertos/ATuServicio.git
- $
cd ATuServicio
- $
bundle install
- $
rake db:create db:migrate importer:all[year]
- $
bundle exec puma -C config/puma.rb
- Navegar a / Navigate to http://localhost:3000
Vagrant /vagrant
REQUERIMIENTOS / REQUIREMENTS: Vagrant && VirtualBox
- $
git clone https://github.com/idatosabiertos/ATuServicio.git
- $
cd ATuServicio/vagrant
- $
vagrant up
- Navegar a / Navigate to http://localhost:8080