6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-12 09:51:08 +00:00

Don't suggest to provision DBs in the docs

It is unnecessary to document the "provision" command, because it is
called automatically by the "migrate" command.
This commit is contained in:
Régis Behmo 2018-06-08 17:17:45 -04:00
parent 103a9afbbf
commit af49fef7db

View File

@ -53,11 +53,10 @@ You will need to download the docker images from [Docker Hub](https://hub.docker
### Migrations and assets
make provision
make migrate
make assets
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.
These commands should be run just once. They will create the required databases tables, 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.