Skip to content

Instantly share code, notes, and snippets.

@alejandrosuarez
Forked from stephanetimmermans/ubuntu-compass-ruby
Last active August 29, 2015 14:18
Show Gist options
  • Save alejandrosuarez/8934842ca2c00fcf4769 to your computer and use it in GitHub Desktop.
Save alejandrosuarez/8934842ca2c00fcf4769 to your computer and use it in GitHub Desktop.

Revisions

  1. @stephanetimmermans stephanetimmermans revised this gist Jun 30, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ubuntu-compass-ruby
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,4 @@ rvm use 2.1.2 --default
    ruby -v

    #http://blog.acrona.com/index.php?post/2014/05/15/Installer-Fondation-et-Compass/sass-sur-Ubuntu-14.04
    sudo gem install compass
    gem install compass
  2. @stephanetimmermans stephanetimmermans renamed this gist May 23, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @stephanetimmermans stephanetimmermans renamed this gist May 22, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. @stephanetimmermans stephanetimmermans created this gist May 22, 2014.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    #https://gorails.com/setup/ubuntu/14.04
    sudo apt-get update
    sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties
    sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev

    curl -L https://get.rvm.io | bash -s stable
    source ~/.rvm/scripts/rvm
    echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
    rvm install 2.1.2
    rvm use 2.1.2 --default
    ruby -v

    #http://blog.acrona.com/index.php?post/2014/05/15/Installer-Fondation-et-Compass/sass-sur-Ubuntu-14.04
    sudo gem install compass