Merge pull request #719 from consul/english-as-default-readme-lang
sets english readme file as default
This commit is contained in:
41
README.md
41
README.md
@@ -1,61 +1,54 @@
|
|||||||
# Consul
|
# Consul
|
||||||
|
|
||||||
Gobierno abierto del Ayuntamiento de Madrid
|
Madrid City Council participation site
|
||||||
|
|
||||||
[](https://travis-ci.org/AyuntamientoMadrid/participacion)
|
[](https://travis-ci.org/AyuntamientoMadrid/participacion)
|
||||||
[](https://codeclimate.com/github/AyuntamientoMadrid/participacion)
|
[](https://codeclimate.com/github/AyuntamientoMadrid/participacion)
|
||||||
[](https://gemnasium.com/AyuntamientoMadrid/participacion)
|
[](https://gemnasium.com/AyuntamientoMadrid/participacion)
|
||||||
[](https://coveralls.io/github/AyuntamientoMadrid/participacion?branch=master)
|
[](https://coveralls.io/github/AyuntamientoMadrid/participacion?branch=master)
|
||||||
|
|
||||||
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana del Ayuntamiento de Madrid.
|
This is the opensource code repository of Madrid City government eParticipation website
|
||||||
|
|
||||||
## Estado del proyecto
|
## Current state
|
||||||
|
|
||||||
El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://github.com/AyuntamientoMadrid/participacion/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6) y el código fue puesto en producción el día 7 de Septiembre de 2015 en [decide.madrid.es](https://decide.madrid.es). Desde entonces se le añaden mejoras y funcionalidades constantemente. La evolución y futura lista de funcionalidades a implementar se pueden consultar en la lista de [tareas por hacer](https://github.com/AyuntamientoMadrid/participacion/issues).
|
Development started on [2015 July 15th](https://github.com/AyuntamientoMadrid/participacion/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6). Code was deployed to production on 2015 september 7th to [decide.madrid.es](https://decide.madrid.es). Since then new features are added often. You can take a look at a roadmap and future features in the [open issues list](https://github.com/AyuntamientoMadrid/participacion/issues).
|
||||||
|
|
||||||
## Tecnología
|
## Tech stack
|
||||||
|
|
||||||
El backend de esta aplicación se desarrolla con el lenguaje de programación [Ruby](https://www.ruby-lang.org/) sobre el *framework* [Ruby on Rails](http://rubyonrails.org/).
|
The application backend is written in the [Ruby language](https://www.ruby-lang.org/) using the [Ruby on Rails](http://rubyonrails.org/) framework.
|
||||||
Las herramientas utilizadas para el frontend no están cerradas aún. Los estilos de la página usan [SCSS](http://sass-lang.com/) sobre [Foundation](http://foundation.zurb.com/)
|
|
||||||
|
|
||||||
## Configuración para desarrollo y tests
|
Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http://foundation.zurb.com/) for the styles.
|
||||||
|
|
||||||
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior).
|
## Configuration for development and test environments
|
||||||
|
|
||||||
|
Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4).
|
||||||
|
|
||||||
```
|
```
|
||||||
cd participacion
|
cd participacion
|
||||||
bundle install
|
bundle install
|
||||||
cp config/database.yml.example config/database.yml
|
cp config/database.yml.example config/database.yml
|
||||||
cp config/secrets.yml.example config/secrets.yml
|
cp config/secrets.yml.example config/secrets.yml
|
||||||
rake db:create
|
|
||||||
bin/rake db:setup
|
bin/rake db:setup
|
||||||
bin/rake db:dev_seed
|
|
||||||
RAILS_ENV=test bin/rake db:setup
|
RAILS_ENV=test bin/rake db:setup
|
||||||
```
|
```
|
||||||
|
|
||||||
Para ejecutar la aplicación en local:
|
Run the app locally:
|
||||||
```
|
```
|
||||||
bin/rails s
|
bin/rails s
|
||||||
```
|
```
|
||||||
|
|
||||||
Prerequisitos para los tests: tener instalado PhantomJS >= 2.0
|
Prerequisites for testing: install PhantomJS >= 2.0
|
||||||
|
|
||||||
Para ejecutar los tests:
|
Run the tests with:
|
||||||
|
|
||||||
```
|
```
|
||||||
bin/rspec
|
bin/rspec
|
||||||
```
|
```
|
||||||
|
|
||||||
### OAuth
|
## Licence
|
||||||
|
|
||||||
Para probar los servicios de autenticación mediante proveedores externos OAuth — en este momento Twitter, Facebook y Google —, necesitas crear una "aplicación" en cada una de las plataformas soportadas y configurar la *key* y el *secret* proporcionados en tu *secrets.yml*
|
Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
|
||||||
|
|
||||||
En el caso de Google, comprueba que las APIs *Contacts API* y *Google+ API* están habilitadas para la aplicación.
|
## Contributions
|
||||||
|
|
||||||
## Licencia
|
See [CONTRIBUTING_EN.md](CONTRIBUTING_EN.md)
|
||||||
|
|
||||||
El código de este proyecto está publicado bajo la licencia AFFERO GPL v3 (ver [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
|
|
||||||
|
|
||||||
## Contribuciones
|
|
||||||
|
|
||||||
Ver fichero [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
||||||
|
|||||||
54
README_EN.md
54
README_EN.md
@@ -1,54 +0,0 @@
|
|||||||
# Consul
|
|
||||||
|
|
||||||
Madrid City Council participation site
|
|
||||||
|
|
||||||
[](https://travis-ci.org/AyuntamientoMadrid/participacion)
|
|
||||||
[](https://codeclimate.com/github/AyuntamientoMadrid/participacion)
|
|
||||||
[](https://gemnasium.com/AyuntamientoMadrid/participacion)
|
|
||||||
[](https://coveralls.io/github/AyuntamientoMadrid/participacion?branch=master)
|
|
||||||
|
|
||||||
This is the opensource code repository of Madrid City government eParticipation website
|
|
||||||
|
|
||||||
## Current state
|
|
||||||
|
|
||||||
Development started on [2015 July 15th](https://github.com/AyuntamientoMadrid/participacion/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6). Code was deployed to production on 2015 september 7th to [decide.madrid.es](https://decide.madrid.es). Since then new features are added often. You can take a look at a roadmap and future features in the [open issues list](https://github.com/AyuntamientoMadrid/participacion/issues).
|
|
||||||
|
|
||||||
## Tech stack
|
|
||||||
|
|
||||||
The application backend is written in the [Ruby language](https://www.ruby-lang.org/) using the [Ruby on Rails](http://rubyonrails.org/) framework.
|
|
||||||
|
|
||||||
Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http://foundation.zurb.com/) for the styles.
|
|
||||||
|
|
||||||
## Configuration for development and test environments
|
|
||||||
|
|
||||||
Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4).
|
|
||||||
|
|
||||||
```
|
|
||||||
cd participacion
|
|
||||||
bundle install
|
|
||||||
cp config/database.yml.example config/database.yml
|
|
||||||
cp config/secrets.yml.example config/secrets.yml
|
|
||||||
bin/rake db:setup
|
|
||||||
RAILS_ENV=test bin/rake db:setup
|
|
||||||
```
|
|
||||||
|
|
||||||
Run the app locally:
|
|
||||||
```
|
|
||||||
bin/rails s
|
|
||||||
```
|
|
||||||
|
|
||||||
Prerequisites for testing: install PhantomJS >= 2.0
|
|
||||||
|
|
||||||
Run the tests with:
|
|
||||||
|
|
||||||
```
|
|
||||||
bin/rspec
|
|
||||||
```
|
|
||||||
|
|
||||||
## Licence
|
|
||||||
|
|
||||||
Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
|
|
||||||
|
|
||||||
## Contributions
|
|
||||||
|
|
||||||
See [CONTRIBUTING_EN.md](CONTRIBUTING_EN.md)
|
|
||||||
61
README_ES.md
Normal file
61
README_ES.md
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
# Consul
|
||||||
|
|
||||||
|
Gobierno abierto del Ayuntamiento de Madrid
|
||||||
|
|
||||||
|
[](https://travis-ci.org/AyuntamientoMadrid/participacion)
|
||||||
|
[](https://codeclimate.com/github/AyuntamientoMadrid/participacion)
|
||||||
|
[](https://gemnasium.com/AyuntamientoMadrid/participacion)
|
||||||
|
[](https://coveralls.io/github/AyuntamientoMadrid/participacion?branch=master)
|
||||||
|
|
||||||
|
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana del Ayuntamiento de Madrid.
|
||||||
|
|
||||||
|
## Estado del proyecto
|
||||||
|
|
||||||
|
El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://github.com/AyuntamientoMadrid/participacion/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6) y el código fue puesto en producción el día 7 de Septiembre de 2015 en [decide.madrid.es](https://decide.madrid.es). Desde entonces se le añaden mejoras y funcionalidades constantemente. La evolución y futura lista de funcionalidades a implementar se pueden consultar en la lista de [tareas por hacer](https://github.com/AyuntamientoMadrid/participacion/issues).
|
||||||
|
|
||||||
|
## Tecnología
|
||||||
|
|
||||||
|
El backend de esta aplicación se desarrolla con el lenguaje de programación [Ruby](https://www.ruby-lang.org/) sobre el *framework* [Ruby on Rails](http://rubyonrails.org/).
|
||||||
|
Las herramientas utilizadas para el frontend no están cerradas aún. Los estilos de la página usan [SCSS](http://sass-lang.com/) sobre [Foundation](http://foundation.zurb.com/)
|
||||||
|
|
||||||
|
## Configuración para desarrollo y tests
|
||||||
|
|
||||||
|
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior).
|
||||||
|
|
||||||
|
```
|
||||||
|
cd participacion
|
||||||
|
bundle install
|
||||||
|
cp config/database.yml.example config/database.yml
|
||||||
|
cp config/secrets.yml.example config/secrets.yml
|
||||||
|
rake db:create
|
||||||
|
bin/rake db:setup
|
||||||
|
bin/rake db:dev_seed
|
||||||
|
RAILS_ENV=test bin/rake db:setup
|
||||||
|
```
|
||||||
|
|
||||||
|
Para ejecutar la aplicación en local:
|
||||||
|
```
|
||||||
|
bin/rails s
|
||||||
|
```
|
||||||
|
|
||||||
|
Prerequisitos para los tests: tener instalado PhantomJS >= 2.0
|
||||||
|
|
||||||
|
Para ejecutar los tests:
|
||||||
|
|
||||||
|
```
|
||||||
|
bin/rspec
|
||||||
|
```
|
||||||
|
|
||||||
|
### OAuth
|
||||||
|
|
||||||
|
Para probar los servicios de autenticación mediante proveedores externos OAuth — en este momento Twitter, Facebook y Google —, necesitas crear una "aplicación" en cada una de las plataformas soportadas y configurar la *key* y el *secret* proporcionados en tu *secrets.yml*
|
||||||
|
|
||||||
|
En el caso de Google, comprueba que las APIs *Contacts API* y *Google+ API* están habilitadas para la aplicación.
|
||||||
|
|
||||||
|
## Licencia
|
||||||
|
|
||||||
|
El código de este proyecto está publicado bajo la licencia AFFERO GPL v3 (ver [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
|
||||||
|
|
||||||
|
## Contribuciones
|
||||||
|
|
||||||
|
Ver fichero [CONTRIBUTING.md](CONTRIBUTING.md)
|
||||||
Reference in New Issue
Block a user