mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Clarify migration instructions
This commit is contained in:
parent
5115873e12
commit
abf95862fe
@ -53,11 +53,11 @@ You will need to download the docker images from [Docker Hub](https://hub.docker
|
|||||||
|
|
||||||
### Migrations and assets
|
### Migrations and assets
|
||||||
|
|
||||||
|
make provision
|
||||||
make migrate
|
make migrate
|
||||||
make migrate-forum
|
|
||||||
make assets
|
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.
|
If migrations are stopped with a `Killed` message, this certainly means the docker containers don't have enough RAM. See the [troubleshooting](#troubleshooting) section.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user