- Postgres
- Ruby 2.3.1
- Bundler
- SendGrid
- $
git clone https://github.com/idatosabiertos/ConDatos
- $
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"
- $
- $
psql -c "CREATE DATABASE ogp;" -U postgres
- $
rake db:create_inscriptions
- $
shotgun
- Navegar a / Navigate to
http://localhost:9393
Vagrant /vagrant
Requerimientos / Requirements
- $
git clone https://github.com/idatosabiertos/ConDatos
- $
cd ConDatos/vagrant
- $
vagrant up
- Navegar a / Navigate to
http://localhost:9393
en la maquina host / on host machine.