From 03f6b4691b2eab1543a65eaf3813fe11cf624e8c Mon Sep 17 00:00:00 2001 From: Wenyi Chen Date: Tue, 8 Nov 2016 10:31:10 +0000 Subject: [PATCH] updated to in README.md and install_cloudnine.sh --- README.md | 2 +- install_cloudnine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 666bd9c6ec..7b6cca20ac 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Installation steps: 1. In the console, download a copy of the source with `git clone https://github.com/publiclab/plots2.git`. 2. Enter the new **plots2** directory with `cd plots2`. -3. Install gems with `bundle install --without production` from the rails root folder, to install the gems you'll need, excluding those needed only in production. You may need to first run `bundle update` if you have older gems in your environment from previous Rails work. +3. Install gems with `bundle install --without production mysql` from the rails root folder, to install the gems you'll need, excluding those needed only in production. You may need to first run `bundle update` if you have older gems in your environment from previous Rails work. 4. Make a copy of `db/schema.rb.example` and place it at `db/schema.rb`. 5. Make a copy of `config/database.yml.sqlite.example` and place it at `config/database.yml` 6. Run `rake db:setup` to set up the database diff --git a/install_cloudnine.sh b/install_cloudnine.sh index ba92dd161e..5e6fadfccc 100755 --- a/install_cloudnine.sh +++ b/install_cloudnine.sh @@ -6,7 +6,7 @@ sudo apt-get update sudo apt-get -y install imagemagick ruby-rmagick npm install -g bower bower install -bundle install --without production +bundle install --without production mysql cp db/schema.rb.example db/schema.rb cp config/database.yml.sqlite.example config/database.yml rake db:setup