Skip to content

Instantly share code, notes, and snippets.

@dd1994
Forked from galulex/install.md
Last active August 29, 2015 14:20
Show Gist options
  • Save dd1994/547b8b76a10d8d3b270b to your computer and use it in GitHub Desktop.
Save dd1994/547b8b76a10d8d3b270b to your computer and use it in GitHub Desktop.

Developer libs

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

sudo apt-get install libxslt1-dev libxml2-dev libmagickwand-dev imagemagick libsqlite3-dev libcurl4-openssl-dev curl git git-gui vim-gtk exuberant-ctags nodejs nodejs-legacy rar

Ruby

sudo apt-get install python-software-properties
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.2.2 ruby2.2.2-dev

click

Rails

sudo gem install rails --no-rdoc --no-ri

PostgreSQL

sudo apt-get install postgresql libpq-dev
sudo -u postgres psql
alter user postgres with password 'password';
\q

GUI

sudo apt-get install pgadmin3

MySQL

sudo mysql-server mysql-client ruby-mysql libmysqlclient-dev

GUI

sudo apt-get install mysql-workbench

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