Skip to content

Instantly share code, notes, and snippets.

@hubertlepicki
Last active September 26, 2015 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hubertlepicki/1075941 to your computer and use it in GitHub Desktop.
Save hubertlepicki/1075941 to your computer and use it in GitHub Desktop.
Instalacja Ruby w Ubuntu
# biblioteki które raczej się przydadzą, postgres i systemowy ruby (potrzebny do zainstalowania RVM, janusa)
$ sudo apt-get install build-essential libxslt1-dev curl bison zlib1g-dev libssl-dev libreadline6-dev libxml2-dev git-core ruby postgresql-9.1 libpq-dev imagemagick libmagick++-dev vim git rake exuberant-ctags ack libyaml-dev nodejs npm
# zainstaluj janusa
$ curl -Lo- https://bit.ly/janus-bootstrap | bash
# zainstaluj RVM i Ruby 1.9.3
curl -L https://get.rvm.io | bash -s stable --ruby
# ustaw go sobie domyślnym ruby
$ rvm --default 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment