Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created November 14, 2014 13:28
Show Gist options
  • Save ratulcse10/c08e54b2cce1a52c0f75 to your computer and use it in GitHub Desktop.
Save ratulcse10/c08e54b2cce1a52c0f75 to your computer and use it in GitHub Desktop.
How to Instal Ruby on Rails With Xampp in ubuntu
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