Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.11 KB

README.md

File metadata and controls

39 lines (30 loc) · 2.11 KB

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.

REQUERIMIENTOS / REQUIREMENTS

  1. Postgresql
  2. Ruby 2.2.4
  3. Bundle
    • $gem install bundler --conservative
  4. NodeJS
    • $apt get install -y nodejs npm

INSTALACIÓN / INSTALLATION

  1. $git clone https://github.com/idatosabiertos/ATuServicio.git
  2. $cd ATuServicio
  3. $bundle install
  4. $rake db:create db:migrate importer:all[year]
  5. $bundle exec puma -C config/puma.rb
  6. Navegar a / Navigate to http://localhost:3000

Vagrant /vagrant

REQUERIMIENTOS / REQUIREMENTS: Vagrant && VirtualBox

  1. $git clone https://github.com/idatosabiertos/ATuServicio.git
  2. $cd ATuServicio/vagrant
  3. $vagrant up
  4. Navegar a / Navigate to http://localhost:8080

Por más información visite la WIKI

For more information visit WIKI