Sign inSign up

codeinthehole/django_oscar_sandbox

By codeinthehole

•Updated almost 11 years ago

A runnable version of the Oscar sandbox site.

Image
5

909

codeinthehole/django_oscar_sandbox repository overview

enter image description here

This container is a runnable version of Oscar⁠'s sandbox site. The container uses supervisor to manage processes for:

  • Django's development server
  • Solr (running via its built-in Jetty server)
  • Memcached
  • Cron (to rebuild the search index every 5 minutes)

This is part of the work in this pull request: https://github.com/tangentlabs/django-oscar/pull/1366⁠

The image can be fetched and run using:

$ docker pull codeinthehole/django_oscar_sandbox 
$ docker run -P codeinthehole/django_oscar_sandbox:v0.8-dev 

Use

$ docker ps

to see the port that forwards onto port 8000 on the container. (On my machine, you can browse the site at http://127.0.0.1:49153).

Feedback welcome. I'll build a container for the demo site shortly.

Tag summary

Content type

Image

Digest

sha256:b51781187…

Size

591.1 MB

Last updated

almost 11 years ago

docker pull codeinthehole/django_oscar_sandbox