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

Add PostgreSQL installation #1

Open
donnemartin opened this issue Jul 27, 2015 · 2 comments
Open

Add PostgreSQL installation #1

donnemartin opened this issue Jul 27, 2015 · 2 comments

Comments

@donnemartin
Copy link
Owner

No description provided.

@donnemartin
Copy link
Owner Author

datastores.sh updated with 6c125fc

Need to update README with install/config/usage instructions, example:

Create/Upgrade a Database

$ initdb /usr/local/var/postgres -E utf8

...

@donnemartin
Copy link
Owner Author

Some other potentially useful commands:
$ brew install postgresql
$ initdb /usr/local/var/postgres
$ cp /usr/local/Cellar/postgresql/9.2.4/org.postgresql.postgres.plist ~/Library/LaunchAgents/
$ launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist

$ export CFLAGS=-Qunused-arguments
$ export CPPFLAGS=-Qunused-arguments
$ pip install psycopg2

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

No branches or pull requests

1 participant