add how create and migrate

Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
Lukas Pol 2020-04-15 14:26:40 -03:00
parent 660f311e2b
commit 3702cfee50

View File

@ -59,6 +59,12 @@ $ docker-compose exec web bash
root@dac525a7e7f9:/myapp#
```
## Create and migrate database
```
root@dac525a7e7f9:/myapp# rake db:create db:migrate
```
## How execute rails server
```