This is a docker image of mezzaniane example project.
1.4K
This is a docker image of mezzaniane example project.
To run this docker image, you will also need postgres image.
docker run -d --name mezzanine_db postgres
docker run -P --name mezzanine_web -p 80:80 --link mezzanine_db:db noisy/mezzanine-docker-demo
Your dockerized mezzanine instance should be available on http://localhost/
virtualenv mezzanine-docker-demo
source mezzanine-docker-demo/bin/activate
#pip install Mezzanine after merging PR, for now:
pip install git+https://github.com/SpisTresci/mezzanine.git@docker_support
pip install fig
mezzanine-project example-project
cd example-project/
fig up
Content type
Image
Digest
sha256:6a5583588…
Size
223.2 MB
Last updated
almost 11 years ago
docker pull noisy/mezzanine-docker-demo