Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This will make it easier to get up and running with the app we build in the work
2. Bundle this project: `bundle`
3. Run the connection check script: `ruby connection_test.rb`

If the script prints "Postgres connection confirmed", then your database connection is fine and you should have no problems connection the workshop app to your databae.
If the script prints "Postgres connection confirmed", then your database connection is fine and you should have no problems connecting the workshop app to your database.

If the script fails for any reason, you may need to adjust either your Postgres setup, or the database connection URL (e.g. you may want to update `DATABASE_URL` in `connection_test.rb` to provide a username/password, if you've configured your Postgres installation to require authentication). Please continue to adjust things until the script can successfully connect.