Skip to main content

Build Status Coverage Status Documentation Requirements Status Version

Deploy to Docker Cloud

ICEkit is a next-generation CMS by the Interaction Consortium, built on top of django-fluent-pages and django-fluent-contents. See ICEkit features at a glance.

ICEkit underpins GLAMkit and many individual sites.

Quickstart, with Docker

If you haven’t already, install 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 for Docker, see Manual Setup.

1. Create a new project

$ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/master/icekit/bin/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.

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.15-py2.py3-none-any.whl (291.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for django_icekit-0.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 681b58cf4cfa6e27fb63f8a3d0d608a16b7287c96e6b252ca76a30310e2556e3
MD5 5c90b73e51b2114543810ffe15afba83
BLAKE2b-256 8ca6307fd1e0892f6beb3f602fc7662a0921f48cd02e572fb5d56a88d15b380e

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