Last active
December 15, 2015 11:59
-
-
Save vencax/5257092 to your computer and use it in GitHub Desktop.
loomio installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo aptitude install -y \ | |
| imagemagick libmagick9-dev libsqlite3-dev | |
| cd $1 | |
| git clone git://github.com/loomio/loomio.git | |
| cd loomio | |
| gem install debugger-linecache -v '1.1.2' -- --with-ruby-include=$rvm_path/.rvm/src/ruby-1.9.3-p392/ | |
| bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment