On GitBook, currently Spanish and English belong in different spaces, so we're going to provide two different github integrations (one per language). So we're using a different SUMMARY.md file per language. For consistency, since there was a link to the README file in the Spanish summary, we're also adding it to the English one. It was working in any case because on our current gitbook page the summary was generated through gitbook. Since we no longer have any of the files referenced in the `.gitbook.yaml` file, we're removing it as well. Note that there was a typo in the English summary, which pointed to the Spanish license. It didn't matter, though, since the license file is actually in English in both cases.
CONSUL DEMOCRACY
Aplicación de Participación Ciudadana y Gobierno Abierto
Web CONSUL DEMOCRACY Project
Puedes acceder a la página principal del proyecto en http://consuldemocracy.org donde puedes encontrar documentación sobre el uso de la plataforma, videos y enlaces al espacio de la comunidad.
Configuración para desarrollo y tests
NOTA: para unas instrucciones más detalladas consulta la documentación
Prerequisitos: tener instalado git, Ruby 3.0.6, CMake, pkg-config, shared-mime-info, Node.js y PostgreSQL (9.5 o superior).
git clone https://github.com/consuldemocracy/consuldemocracy.git
cd consuldemocracy
bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
bin/rake db:create
bin/rake db:migrate
bin/rake db:dev_seed
RAILS_ENV=test rake db:setup
Para ejecutar la aplicación en local:
bin/rails s
Para ejecutar los tests:
bin/rspec
Puedes usar el usuario administrador por defecto del fichero seeds:
user: admin@consul.dev pass: 12345678
Pero para ciertas acciones, como apoyar, necesitarás un usuario verificado, el fichero seeds proporciona uno:
user: verified@consul.dev pass: 12345678
Licencia
El código de este proyecto está publicado bajo la licencia AFFERO GPL v3 (ver LICENSE-AGPLv3.txt)
Contribuciones
Ver fichero CONTRIBUTING_ES.md
Desarrollo en local con Docker
Puedes leer la guía en https://consul_docs.gitbooks.io/docs/content/es/getting_started/docker.html
