Last active
August 14, 2017 05:48
-
-
Save theeluwin/fc8a9eaf31546364c3c45ccd32ef0d4e 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
| cd ~ | |
| mkdir ~/static | |
| mkdir ~/media | |
| mkdir ~/misc | |
| mkdir ~/log | |
| touch ~/log/access.log | |
| touch ~/log/error.log | |
| touch ~/log/uwsgi.log | |
| virtualenv ~/venv -p python3 | |
| echo 'source ~/venv/bin/activate' >> ~/.profile |
Author
theeluwin
commented
May 18, 2016

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment