-
Notifications
You must be signed in to change notification settings - Fork 30
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
Install instructions update #6640
base: master
Are you sure you want to change the base?
Conversation
3aa64c7
to
dff3e7d
Compare
dff3e7d
to
c005707
Compare
### Install testing python dependencies | ||
``` | ||
pip install -r requirements/testing.txt | ||
``` | ||
|
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.
I think this section is redundant.
``` | ||
sudo -u postgres createdb polling_stations | ||
sudo -u postgres createuser dc -P -s | ||
sudo -u postgres createuser username -P -s | ||
sudo -u postgres psql polling_stations | ||
psql (9.3.6) | ||
Type "help" for help. |
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 comment is about lines 112-117.
I find the description of this step unclear but wasn't sure how to update it to make it clearer. I assume it's telling you to update your local.py with the db user and password that you made when you created the database. But I don't know what I'm checking when I use \l
in psql
.
This PR: