Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

divio/django-cms-preview

Repository files navigation

django CMS Preview

Dockerfile for a django CMS preview (develop).

Get Started

Build locally:

  • docker build --no-cache -t django-cms-preview .
  • docker run -p 8000:80 -t django-cms-preview

Build from docker hub:

  • docker pull divio/django-cms-preview (to pull)
  • docker run -d --name="djangocms-preview" -p 80:80 divio/django-cms-preview (to run)

Credentials

  • Login: user
  • Password: password

Other

  • Create fixtures: python manage.py dumpdata > initial_data.json

About

Dockerfile for a django CMS preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published