-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
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 |
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.
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 |
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.
This seems to be a sub-item of 4. Create PostgreSQL user and set password:
.
Added subitems for installing postgres for Linux systems, Windows, and Mac.
Great job! |
@Haothai1 please change the target branch to |
Troubleshooting and adding extra installation steps.