Skip to content

Instantly share code, notes, and snippets.

@vencax
Last active December 15, 2015 11:59
Show Gist options
  • Select an option

  • Save vencax/5257092 to your computer and use it in GitHub Desktop.

Select an option

Save vencax/5257092 to your computer and use it in GitHub Desktop.
loomio installation
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