NorthBridge / playbook

NorthBridge Playbook
5 stars 7 forks source link

configuring postgres #37

Closed rebeldroid12 closed 9 years ago

rebeldroid12 commented 9 years ago

The database settings are located in the playbook/settings.py file and must be updated to represent your local environment. There is also two other files that must be updated: playbook/email_settings.py (information concerning email service) and playbook/backlog/github_settings.py (information used to interact with the github API)

install postgres:

https://help.ubuntu.com/community/PostgreSQL

create database northbr6_devwaterwheel

can change user to fit file aka user: postgres with password postgres OR configure to have your username and password. for former:

In a terminal, type:

sudo -u postgres psql postgres Set a password for the "postgres" database role using the command:

\password postgres

goiaba commented 9 years ago

README file updated.