Created
July 10, 2017 23:28
-
-
Save schweigert/4611b58de456d0ed236b2d95f3c20f80 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Atualizar os repositórios | |
| sudo apt-get update | |
| # Instalar as dependências diretas do MySql | |
| sudo apt-get install mysql-client mysql-server libmysqlclient-dev | |
| # Configuração do workspace para ruby | |
| sudo apt-get install ruby ruby-dev | |
| sudo apt-get install ruby-mysql2 | |
| sudo gem install mysql2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment