To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / extra / soundsoftware / scripted-deploy / vagrant / provision.d / 060-bundler.sh @ 1586:d0d59d12db94

History | View | Annotate | Download (74 Bytes)

1
#!/bin/bash
2

    
3
set -e
4

    
5
cd /var/www/code
6
gem install bundler
7
bundle install
8