Skip to content

Commit

Permalink
Fixes #97: Fix link +training Rewap
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisWerbrouck-CFIA authored and FrancoisWerbrouck-CFIA committed Feb 1, 2024
1 parent e6cea73 commit 42e32d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions TRAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
PostgreSQL](https://learn.microsoft.com/en-us/training/paths/introduction-to-azure-postgres/)
(~40 minutes)
* [Psycopg3
transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)(~30 minutes)
* [Databases for developers](https://elenie.ca/databases-for-developers.html)(~20 minutes)
* [PostgreML
Tutorials](https://postgresml.org)(~1h)
transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)(~30
minutes)
* [Databases for
developers](https://elenie.ca/databases-for-developers.html)(~20 minutes)
* [PostgreML Tutorials](https://postgresml.org)(~1h)
* DevSecOps
* [What is DevOps?](https://resources.github.com/devops/) (~25 minutes)
* [Secure
Expand Down
6 changes: 3 additions & 3 deletions Worktool-Guide/DBEAVER-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Download from https://dbeaver.io/download/ Install using the default options.
# Usage of DBeaver on localhost
Once installed, open DBeaver and create a new connection as shown here:

![DBeaver-1.PNG](/./Worktool-Guide/DBeaver-1.png)
![DBeaver-1.PNG](./DBeaver-1.png)

![DBeaver-2.PNG](/./Worktool-Guide/DBeaver-2.png)
![DBeaver-2.PNG](./DBeaver-2.png)

Your password should be the same as the one in .env file in the
POSTGRES_PASSWORD variable.

Ensure that the following settings are checked:

![DBeaver-3.PNG](/./Worktool-Guide/DBeaver-3.png)
![DBeaver-3.PNG](./DBeaver-3.png)

Congratulation, your database is all setup, you're ready to go!

Expand Down

0 comments on commit 42e32d0

Please sign in to comment.