Skip to content
Snippets Groups Projects
Commit 2dbdb5a0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Postgres needs to be running during update.

parent 0c935a41
No related branches found
No related tags found
1 merge request!23[WIP] Update gitlab and gitlab-shell repos in Makefile
Loading
Loading
@@ -121,8 +121,8 @@ Now you can go to http://localhost:3000 in your browser.
When working on a new feature, always check that your `gitlab` repository is up
to date with the upstream master branch.
 
In order to fetch the latest code, first make sure that `foreman` is not runnning
and then run:
In order to fetch the latest code, first make sure that `foreman` for
postgres is runnning (needed for db migration) and then run:
 
```
make update
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment