From 2dce9583428cd7562586c610aa6e96df6c4a3706 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 13 Jan 2016 16:23:58 +0100 Subject: [PATCH] update doc for first migration --- .gitignore | 2 -- README.rst | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 45ccb85f..a9e510dd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,12 +9,10 @@ build eggs parts bin -var sdist develop-eggs .installed.cfg *.directory -data # Installer logs pip-log.txt diff --git a/README.rst b/README.rst index d96d2fd1..dbb776e1 100644 --- a/README.rst +++ b/README.rst @@ -36,4 +36,6 @@ Run these commands in a terminal:: The 3rd command should give you the IP of the VM. For example, if IP is 192.168.59.103, you should be able to browse the site at http://192.168.59.103:8000/ +Note that after the first start, if no database backup has been provided, you should make a restart (CTRL+C then up) so that the DB can be initialized and then the migration happens. + `More info `_ about using docker and related tools. -- 2.39.5