-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update makefile and docs for dev setup
* Align Makefile syntax with ScanCode.io * Update postgresdb make target to work on Linux reusing ScanCode.io config for sudo * Add new postgresdb_clean make target to clear the DB and users * Add new envfile_dev target to also create a DB_PASSWORD in .env file * Add extra ABOUT file checks to check target * Add new upgrade target * Update documentation accordingly Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
9ed6314
commit 8312190
Showing
2 changed files
with
47 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8312190
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pombredanne
I think there’s a copy/paste mistake with username in the middle of exec:
DOCKER_EXEC=${DOCKER_COMPOSE} eUSERNAMExec
8312190
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@th yes, Good catch. @tdruez fixed it with https://github.com/aboutcode-org/dejacode/blame/1a4f7039d823fdddc05e22f0f61406f1f22f9077/Makefile#L20