-
Notifications
You must be signed in to change notification settings - Fork 963
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
Give command to start postgres. #344
Conversation
For us poor mortal who are not postgres fluent, to avoid searching everyday.
|
||
Before setting up the project you need to have a postgres server running. | ||
|
||
If you do not want postgres to run as a deamon you can manually launch the 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.
nit: deamon => daemon
2 small nits, but 👍 after fixing those. |
Should be fixed. Thanks Need to practice english and was tired. |
LGTM now. 👍 |
I'm going to close this, I've started porting Warehouse over to Pyramid to ease the concerns of the custom framework-ish thing I've got going on here. That work is on the pyramid branch inside this repository. That includes using Docker via fig to spin up containers for Redis, PostgreSQL, and Warehouse itself using the single command |
You might also be interested in https://github.com/msabramo/pydockerize, which is an experiment I've been doing that kind of wraps Docker and fig with some smartness to make it super easy. Though if you already have the |
For us poor mortal who are not postgres fluent, to avoid searching everyday.
I suppose we should do it for redis too, but I'm not there yet.