Last active
August 29, 2015 14:25
-
-
Save Naramsim/771ddf8dad9491ff39e6 to your computer and use it in GitHub Desktop.
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
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