Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Last active August 29, 2015 14:25
Show Gist options
  • Save Naramsim/771ddf8dad9491ff39e6 to your computer and use it in GitHub Desktop.
Save Naramsim/771ddf8dad9491ff39e6 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential python-dev libmysqlclient-dev
sudo pip install virtualenv
mkdir dbfiller
cd dbfiller/
virtualenv env
# env/bin/pip install MySQL-python #best for now to use sqlite3
chmod -R a+rx var/log/nginx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment