Created
December 26, 2015 18:52
-
-
Save pierrejean-coudert/80eb3460dc922e96cf6e to your computer and use it in GitHub Desktop.
Install Mezzanine on Ubuntu
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 build-dep python-imaging | |
sudo apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev python-pip | |
pip install mezzanine | |
mezzanine-project myproject | |
cd myproject | |
python manage.py createdb | |
python manage.py runserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment