Skip to content

Instantly share code, notes, and snippets.

@Ayushverma8
Created December 11, 2016 08:20
Show Gist options
  • Save Ayushverma8/766f84cdfd280b7c85996571c69a17e0 to your computer and use it in GitHub Desktop.
Save Ayushverma8/766f84cdfd280b7c85996571c69a17e0 to your computer and use it in GitHub Desktop.
Easy copy paste for you . Thank me later
apt update -y
apt install mysql -y
apt install ruby -y
apt install git -y
wget http://dev.mysql.com/get/mysql-apt-config_0.8.0-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.0-1_all.deb
sudo apt update -y
sudo apt install mysql-server -y
sudo apt-get install ruby-dev -y
apt-get install libmysqlclient-dev -y
sudo service mysql status
sudo service mysql start
cd /
ls
cd var/
ls
mkdir www
cd www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment