Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

CodeandoMexico/retos-civicos

Repository files navigation

Retos Cívicos

Dependencias

  • Ruby 2.1.3
  • Rails 3.2.19
  • PostgreSQL 9.3+

Instalación / Configuración

  1. bundle install
  2. cp config/application.sample.yml config/application.yml y edita (al menos hay que establecer CKAN_API_BASE y DEVISE_KEY).
  3. bundle exec rake db:setup
  4. bundle exec rake db:migrate
  5. bundle exec rake db:seed
  6. bundle exec rails server

Para crear una organización:

rails console
user = User.new(email: "username@domain", password: "some_password", role: 'member')
organization = Organization.new(slug: "url_shortcut") #  ej. my-organization
user.userable = organization
user.save

Tests

bundle exec rspec

Versión en vivo

La aplicación corre en https://retos.codeandomexico.org

Contribuye

Queremos que este proyecto sea el resultado de un esfuerzo de la comunidad. Usted puede colaborar con

código, ideas y bugs.

Core Team

Este proyecto es una iniciativa de Cívica Digital.

Licencia

Available under the license: Apache License, Version 2.0. Read the document LICENSE for more information.

Creado por Cívica Digital, 2013-2015.