From 9cc44a293144e5a916b46959b9ce1da72c19e5c0 Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Mon, 8 May 2017 09:51:53 +0200 Subject: [PATCH] Add sandbox instructions --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 457d053..84b28c0 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,13 @@ To change the segments adapter, first make a new one based on the ``BaseSegments Add the ``PERSONALISATION_SEGMENTS_ADAPTER`` setting to your settings.py and choose your own adapter. +Sandbox +------- + +To quickly experiment with the package you can use the sandbox provided in the git repository. To install this you will need to create and activate a virtualenv and then run ``make sandbox``. This will start a fresh wagtail install with the personaliton module enabled on http://localhost:8000. The superuser credentials are ``superuser@example.com`` with the password ``testing``. + + + Roadmap -------------------------- +------- .. image:: roadmap.png