Skip to content

Commit

Permalink
Update install_cloudnine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Nov 6, 2018
1 parent 4a69cdd commit 1c7f7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_cloudnine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ rvm use 2.4.4
gem install rails -v 5.2.0
sudo apt-get update
sudo apt-get -y install imagemagick ruby-rmagick
npm install -g bower
bower install
npm install -g yarn
yarn install && yarn postinstall
gem install bundler
bundle install --without production mysql
cp db/schema.rb.example db/schema.rb
Expand Down

0 comments on commit 1c7f7ee

Please sign in to comment.