Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update README.md #3

wants to merge 3 commits into from

Conversation

Haothai1
Copy link
Collaborator

Troubleshooting and adding extra installation steps.

3. Add corresponded env vars to `.env` file with DB credentials. E.g.:
3. Install [PostgreSQL](https://www.postgresql.org/download/) `>=14.13`.
'''
sudo apt update
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works only on Debian-based Linux distributions like Ubuntu, Linux Mint, and Debian itself.
I suggest to either add other options (e.g. for Mac/Windows) or just point that this is only for Debian-based distributions.

README.md Outdated
'''
ALTER USER healthkeeper CREATEDB;
'''
6. Quit postgres
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a sub-item of 4. Create PostgreSQL user and set password:.

@Haothai1 Haothai1 requested a review from VoldemLive November 19, 2024 23:32
@Haothai1 Haothai1 self-assigned this Nov 19, 2024
Added subitems for installing postgres for Linux systems, Windows, and Mac.
@aksafan
Copy link
Collaborator

aksafan commented Nov 20, 2024

Great job!

@aksafan
Copy link
Collaborator

aksafan commented Nov 25, 2024

@Haothai1 please change the target branch to develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants