Skip to content

Instantly share code, notes, and snippets.

@pierrejean-coudert
Created December 26, 2015 18:52
Show Gist options
  • Save pierrejean-coudert/80eb3460dc922e96cf6e to your computer and use it in GitHub Desktop.
Save pierrejean-coudert/80eb3460dc922e96cf6e to your computer and use it in GitHub Desktop.
Install Mezzanine on Ubuntu
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