Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created February 23, 2013 16:35
Show Gist options
  • Save ngpestelos/5020369 to your computer and use it in GitHub Desktop.
Save ngpestelos/5020369 to your computer and use it in GitHub Desktop.
Rails dependencies in Debian/Ubuntu
#!/bin/bash
apt-get -y install postgresql postgresql-client
apt-get -y install mysql-server libmysql-client
apt-get -y install redis-server
apt-get -y install mongodb
apt-get -y install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment