From abf95862fe32507b2b59f431decce26439947008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 8 Jun 2018 09:46:30 -0400 Subject: [PATCH] Clarify migration instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f08dcda..9771742 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ You will need to download the docker images from [Docker Hub](https://hub.docker ### Migrations and assets + make provision make migrate - make migrate-forum make assets -These commands should be run just once. They will create the database tables and generate static assets, such as images, stylesheets and Javascript dependencies. +These commands should be run just once. They will create the databases, apply database migrations and generate static assets, such as images, stylesheets and Javascript dependencies. If migrations are stopped with a `Killed` message, this certainly means the docker containers don't have enough RAM. See the [troubleshooting](#troubleshooting) section.