Skip to content

Commit

Permalink
Update bootstrap to install bundler and run bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
joonty committed Aug 24, 2015
1 parent 7d0844c commit 0354408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap.sh
Expand Up @@ -23,6 +23,7 @@ apt-get install locales-all git-core vim vim-nox php5 php5-cli php5-xdebug -y

# Install ruby (http://blog.packager.io/post/101342252191/one-liner-to-get-a-precompiled-ruby-on-your-own)
curl -s https://s3.amazonaws.com/pkgr-buildpack-ruby/current/debian-7/ruby-2.1.5.tgz -o - | sudo tar xzf - -C /usr/local
gem install bundler

cat <<'EOF' >> /etc/php5/conf.d/*-xdebug.ini
xdebug.remote_enable=on
Expand Down Expand Up @@ -113,4 +114,6 @@ sudo -u vagrant bash << EOF
mkdir -p /home/vagrant/.vim-tmp /home/vagrant/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/joonty/vdebug.git ~/.vim/bundle/vdebug
cd /vagrant
bundle install
EOF

0 comments on commit 0354408

Please sign in to comment.