From 3335c026a6a32d7be2187236267bb460ec9bc392 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 08 2017 08:59:21 +0000 Subject: Adjust the README to document --initial --- diff --git a/README.rst b/README.rst index 71aa328..15eaa3e 100644 --- a/README.rst +++ b/README.rst @@ -102,10 +102,17 @@ Manually mkdir -p lcl/{repos,docs,forks,tickets,requests,remotes,attachments,releases} +* Copy and edit the alembic.ini file (especially the ``script_location`` key):: + + cp files/alembic.ini . + vim alembic.ini + +* Set the ``script_location`` to ``alembic``, ie: the folder where are stored + the revisions relative to where the ``alembic.ini`` file is. * Create the inital database scheme:: - python createdb.py + python createdb.py --initial alembic.ini * Start a worker, in one terminal::