Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.15 KB

ConDatos Build Status

REQUERIMIENTOS / REQUIREMENTS

  1. Postgres
  2. Ruby 2.3.1
  3. Bundler
  4. SendGrid

INSTALACIÓN / INSTALLATION

  1. $git clone https://github.com/idatosabiertos/ConDatos
  2. $bundle install
    • $ export PG_DB_URL=postgres://localhost:5432/ogp
    • $ export PG_USER='yourUsername'
    • $ export PG_PWD='yourPassword'
    • $ export CONTACT_EMAIL='[email protected]'
    • $ export SENDGRID_APIKEY='yourApiKey'
  3. $psql -c "CREATE DATABASE ogp;" -U postgres
  4. $rake db:create_inscriptions
  5. $shotgun
  6. Navegar a / Navigate to http://localhost:9393

Vagrant /vagrant

Requerimientos / Requirements

Pasos / Steps:

  1. $git clone https://github.com/idatosabiertos/ConDatos
  2. $cd ConDatos/vagrant
  3. $vagrant up
  4. Navegar a / Navigate to http://localhost:9393 en la maquina host / on host machine.