Sign inSign up

noisy/mezzanine-docker-demo

By noisy

Updated almost 11 years ago

This is a docker image of mezzaniane example project.

Image
6

1.4K

noisy/mezzanine-docker-demo repository overview

mezzanine-docker-demo

This is a docker image of mezzaniane example project.

Running mezzanine docker image

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/

How to manually build docker image:
 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

Tag summary

Content type

Image

Digest

sha256:6a5583588

Size

223.2 MB

Last updated

almost 11 years ago

docker pull noisy/mezzanine-docker-demo