From 92940f133399659cfe214652190debb8afc702f9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 2 Sep 2019 16:05:26 +1000 Subject: [PATCH] Update makefile docs --- docs/start.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index fcce9a9131..4abf01436c 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -82,9 +82,10 @@ Development and Testing Other shorthand functions are provided for the development and testing process: -* ``make requirements`` - Install all required underlying packages using PIP -* ``make setup`` - Perform one-time setup functions +* ``make install`` - Install all required underlying packages using PIP * ``make superuser`` - Create a superuser account +* ``make migrate`` - Perform database migrations +* ``make mysql`` - Install packages required for MySQL database backend * ``make backup`` - Backup database tables and media files * ``make test`` - Run all unit tests * ``make coverage`` - Run all unit tests and generate code coverage report