Merge remote-tracking branch 'upstream/master'
This commit is contained in:
10
Gemfile.lock
10
Gemfile.lock
@@ -165,11 +165,11 @@ GEM
|
||||
foundation-rails (5.5.3.2)
|
||||
railties (>= 3.1.0)
|
||||
sass (>= 3.3.0, < 3.5)
|
||||
foundation_rails_helper (1.0.0)
|
||||
actionpack (~> 4.1, >= 4.1.1)
|
||||
activemodel (~> 4.1, >= 4.1.1)
|
||||
activesupport (~> 4.1, >= 4.1.1)
|
||||
railties (~> 4.1, >= 4.1.1)
|
||||
foundation_rails_helper (1.1.0)
|
||||
actionpack (~> 4.1)
|
||||
activemodel (~> 4.1)
|
||||
activesupport (~> 4.1)
|
||||
railties (~> 4.1)
|
||||
tzinfo (~> 1.2, >= 1.2.2)
|
||||
fuubar (2.0.0)
|
||||
rspec (~> 3.0)
|
||||
|
||||
@@ -28,7 +28,8 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http
|
||||
Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4).
|
||||
|
||||
```
|
||||
cd participacion
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
bundle install
|
||||
cp config/database.yml.example config/database.yml
|
||||
cp config/secrets.yml.example config/secrets.yml
|
||||
|
||||
@@ -27,7 +27,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo
|
||||
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior).
|
||||
|
||||
```
|
||||
cd participacion
|
||||
cd consul
|
||||
bundle install
|
||||
cp config/database.yml.example config/database.yml
|
||||
cp config/secrets.yml.example config/secrets.yml
|
||||
|
||||
Reference in New Issue
Block a user