Skip to content

Instantly share code, notes, and snippets.

@epiphanycoder
Forked from galulex/install.md
Created April 5, 2014 07:31
Show Gist options
  • Save epiphanycoder/9988551 to your computer and use it in GitHub Desktop.
Save epiphanycoder/9988551 to your computer and use it in GitHub Desktop.

Developer libs

mysql, rmagic, curl, git, vim, sqlite, nodejs nokogiri...

sudo apt-get install libxslt-dev libxml2-dev libmagickwand-dev imagemagick libsqlite3-dev libcurl3-dev curl git git-gui vim-gtk mysql-server mysql-client libmysql-ruby libmysqlclient-dev mysql-workbench ctags icedtea-plugin nodejs rar wmctrl

Ruby

ruby 1.9.3

sudo apt-get install ruby1.9.3

ruby 2.0

sudo apt-get install ruby2.0

ruby switch

sudo apt-get install python-software-properties
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby-switch

Rails

sudo apt-get install ruby-rails-3.2
sudo gem install rails

MongoDB

sudo apt-get install mongodb

Redis

sudo apt-get install redis-server

Sphinx

sudo apt-get install sphinxsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment