Wagtail in one line

,
Author information: Tom Dyson , Technical Director , Post information: , 1 min read ,
Related post categories: Digital products , Wagtail ,

Since its launch a month ago, we've been working hard on making it easy to get started with Wagtail, our new open source CMS.

The release notes for 0.2 have the details: Redis has been removed as a dependency, along with npm (used for Coffeescript and Less), and Wagtail can use its database as a simple search backend when Elasticsearch isn't available.

At the same time, we recommend that people take advantage of all the performance and functionality benefits of the optional third party services when they're using Wagtail in production. To this end, we've written one line installers for Ubuntu:

curl -O https://wagtail.io/ubuntu.sh; bash ubuntu.sh

and Debian:

curl -O https://wagtail.io/debian.sh; bash debian.sh

These scripts install all the dependencies for a production-ready Wagtail site, including PostgreSQL, Redis, ElasticNginx and uwsgi. Fire up a $5 Digital Ocean box and you can be running Wagtail five minutes later!

,
Author information: Tom Dyson , Technical Director , Post information: , 1 min read ,
Related post categories: Digital products , Wagtail ,