Skip to main content

Build Status Coverage Status Documentation Requirements Status Version

Deploy to Docker Cloud

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.

ICEkit sits one layer below GLAMkit, and is a framework for building CMSes. It has publishing and workflow tools for teams of content professionals, and a powerful content framework, based on django-fluent. Everything is written in Python, using the Django framework.

Read the documentation for the latest release

Key features

ICEkit has:

  • Patterns for hierarchical pages and collections of rich content models.

  • Advanced publishing / preview / unpublishing controls

  • Simple workflow controls

  • Content plugins for working with rich text, images, embedded media, etc.

  • Customisable site search using Elastic Search

  • django-reversion compatible, allowing versioning of content

  • Customisable admin dashboard

  • Docker-compatible project template supplied

  • Batteries included: bower, LessCSS, Bootstrap

  • Easily extensible with models, templates, plugins, etc.

GLAMkit extends ICEkit with:

  • complex repeating calendared events

  • collection patterns: art, moving image, etc.

  • a story-telling engine (e.g. rich ‘watch’, ‘read’, ‘listen’ articles)

  • press releases

  • sponsors

GLAMkit is delivered as a Docker-compatible package, which means that it’s easy to share a consistent development environment across your team, or to deploy on any Docker-compatible web host, including top-tier cloud hosting services like AWS.

Quickstart, with Docker

The recommended installation method uses Docker. Docker works on OS X, Linux, and Windows, takes care of all the project dependencies (e.g. database, search engine, web server, etc.), and makes deployment easy.

If you’re not ready to use Docker, see Manual Installation.

Otherwise, if you haven’t already, install Docker.

1. Create a new project

$ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/master/startproject.sh) {project_name}

This will create a new project from the ICEkit project template, in a directory named {project_name} in the current working directory.

If you want to create a new project from the ICEkit develop branch, do this instead:

$ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/develop/startproject.sh) {project_name} develop

and change the icekit branch in the generated requirements-icekit.txt from @master to @develop.

NOTE: Windows users should run this command in Git Bash, which comes with Git for Windows.

2. Run the project

Build a Docker image:

$ cd {project_name}
$ docker-compose build --pull

Run a django container and all of its dependancies:

$ docker-compose run --rm --service-ports django

Create a superuser account:

# manage.py createsuperuser

Run the Django dev server:

# runserver.sh

3. That’s it!

Open the site in a browser:

http://localhost:8000

When you’re done, exit the container and stop all of its dependencies:

# exit
$ docker-compose stop

Next steps

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_icekit-0.17.1-py2.py3-none-any.whl (451.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_icekit-0.17.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_icekit-0.17.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c8e9b0e88c64128fab13fe2621d035b777da7d5a4d4a322b063c5a2d7e4cbb50
MD5 d87edc1a6f90ab263d22849c0357faf8
BLAKE2b-256 50b34567936eff99614efe9d6e43bfc7e960b2bbfa2cfbee7ffe625c2c94438a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page