7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

Clarify migration instructions

This commit is contained in:
Régis Behmo 2018-06-08 09:46:30 -04:00
parent 5115873e12
commit abf95862fe

View File

@ -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.