Wagtail in Docker
Over the weekend I found out about a CMS software written on top of Django called Wagtail. The installation instructions promise an easy path. Just run: pip install wagtail Since…
Over the weekend I found out about a CMS software written on top of Django called Wagtail. The installation instructions promise an easy path. Just run: pip install wagtail Since…
For the longest time, Docker just didn't like Windows Home. Legend has it that, with VirtualBox running a Linux VM, you then can install Docker Toolbox on top of that.…
Concepts Minimal number of concepts to understand: Key pair -- a pair of public and private cryptographic keys that will be used to establish a secure shell/terminal to the launched…
Prerequisites Git installed and on PATH Installation Sign up for a Heroku account. Note the user email address and password. Download and install the Heroku Toolbelt. (see https://devcenter.heroku.com/articles/quickstart) Even if…