Created
November 14, 2014 13:28
-
-
Save ratulcse10/c08e54b2cce1a52c0f75 to your computer and use it in GitHub Desktop.
How to Instal Ruby on Rails With Xampp in ubuntu
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
Follow | |
https://gorails.com/setup/ubuntu/14.10 | |
and Before MySql Add | |
So this | |
sudo apt-get install libmysqlclient-dev | |
gem install mysql2 -- --with-mysql-include=/opt/lampp/include --with-mysql-config=/opt/lampp/bin/mysql_config | |
then done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment