Conversation
| updatePackages: Boolean = false, | ||
| downloadMeta: Boolean = false, | ||
| initDB: Boolean = false, | ||
| initDB: Boolean = true, |
There was a problem hiding this comment.
I think it's not enough to consider this task completed. At least we should delete the make table task from code, Makefile, Readme, docker files, etc.
There was a problem hiding this comment.
Ok, i removed usages of -i flag
There was a problem hiding this comment.
Please make sure that you removed all usages of this command. The most important place where it mentioned is docker-stack-compose.yml
README.md
Outdated
| @@ -40,7 +38,7 @@ running. The port can be changed: | |||
| $ make serve port=7000 | |||
|
|
|||
| Note: if you get an error at the `make tables` stage, you probably haven't | |||
There was a problem hiding this comment.
| Note: if you get an error at the `make tables` stage, you probably haven't | |
| Note: if you get an error at the `make serve` stage, you probably haven't |
| Docker installed, you can do this: | ||
|
|
||
| $ make build # Build the project | ||
| $ make db # Download and start Postgres (wait a bit after this step) |
There was a problem hiding this comment.
We need this step, roll it back, please.
|
@avasyukhin Please, update the |
|
Yes that's right. You can take a command to deploy from the circkeci |
|
Ok, do we need to leave compose commands in readme or remove it? |
|
@Kabowyad PR with issue now pinned to you |
Closes #255