Skip to content

Instantly share code, notes, and snippets.

@vincentopensourcetaiwan
Created July 24, 2013 08:28
Show Gist options
  • Save vincentopensourcetaiwan/6068888 to your computer and use it in GitHub Desktop.
Save vincentopensourcetaiwan/6068888 to your computer and use it in GitHub Desktop.
# Update and install dependencies
sudo apt-get -y update
sudo apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-dev libyaml-dev libcurl4-openssl-dev curl git-core python-software-properties
# install mysql
sudo echo "mysql-server-5.5 mysql-server/root_password_again password vincent90152900" | debconf-set-selections
sudo echo "mysql-server-5.5 mysql-server/root_password password vincent90152900" | debconf-set-selections
sudo apt-get -y install mysql-server
sudo apt-get install mysql-client
sudo apt-get install libmysqlclient-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment