This is the procedure for installing Mezzanine, a CMS built with Python and Django. You can install it with pip, but I got an error with createdb The installation method that seems to be good at the moment and the basic operation.
http://mezzanine.jupo.org/
Download from the above URL with the GET Mezzanine button. Drop Mezzanine-3.1.10.tar.gz.
Python packages and modules instead of pip
$ python setup.py install
If so, recently I have created a directory for it.
$ mkdir pythoninstall
Insert the unzipped mezzanine folder into this folder.
$ cd pythoninstall
$ cd Mezzanine-3.1.10
$ python setup.py install
It will install all the dependencies for you. If you can do it so far, the rest is straight to the start.
$ mezzanine-project myproject
$ cd myproject
$ python manage.py createdb
$ python manage.py runserver
It's funny Mezzanine. Until then, if I was told that Wordpress would be fine.
Recommended Posts