Created
May 11, 2014 14:16
-
-
Save wwwbruno/17ed7ef34233a2bc559c to your computer and use it in GitHub Desktop.
Utilidades para Ruby on Rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instalar mysql para Ruby on Rails | |
sudo apt-get install libmysqlclient-dev | |
gem install mysql2 | |
# Instalar pg para Ruby on Rails | |
sudo apt-get install libpq-dev | |
gem install pg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment