With Docker installed and running, create a new project template with:
$ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/master/icekit/bin/startproject.sh) [destination_dir]
This script will create a new project in a directory named <project_name> in the current working directory (or [destination_dir]), ready to hack on.
Run the project:
$ cd <project_name>
$ docker-compose build --pull
$ docker-compose up
This will ensure all dependencies are installed and up to date, and will run a development server. Watch for the admin account credentials that get created on first run.
That's it! Open your new GLAMkit site in a browser:
http://<project_name>.lvh.me:8000
*.lvh.me is a wildcard DNS that maps to 127.0.0.1
Visit the project page for more docs.
If you’re thinking of upgrading your museum’s content platform in 2016–17 and would be interested in VIP access to the GLAMkit team, tell us a little about your project, or drop us a line.