Skip to content

SpisTresci/mezzanine-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mezzanine-docker-demo

This is an example mezzaniane project, generated by single mezzanine command and dockerized thanks to generated Dockerfile - https://github.com/SpisTresci/mezzanine-docker-demo/blob/master/example-project/Dockerfile

nodesource/node

Because docker image is uploaded to docker hub, you can download and run it with two simple commands:

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

Releases

No releases published

Packages

No packages published

Languages