Closed
Bug 1079499
Opened 10 years ago
Closed 10 years ago
move installation/postgres doc into existing platform-specific docs
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
106
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
http://socorro.readthedocs.org/en/latest/installation/postgres.html is required reading for any (non-Vagrant) dev or prod installs.
We should split out the "dev only" bits out of this doc and into http://socorro.readthedocs.org/en/latest/installation/install-src-dev.html
* creating "test" superuser
* copying alembic config
What is left should be:
1) create a superuser account for yourself
2) allow postgres connections over the network
These are actually pretty platform-specific, we should probably just kill the installation/postgres doc and move those bits into:
http://socorro.readthedocs.org/en/latest/installation/rhel.html
http://socorro.readthedocs.org/en/latest/installation/ubuntu.html
http://socorro.readthedocs.org/en/latest/installation/mac.html
A bunch of paths are platform specific, and none of this is actually necessary on Mac if you're using homebrew so it'll be very little we're adding, and removing a doc that just confuses everybody.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/156aa77d294b698fb0e7da58147868910ba44eff
fix bug 1079499 - split up postgres install doc, most is dev-only or platform-specific
https://github.com/mozilla/socorro/commit/9cbe5a1dfb7773481463de39a440d7c20f7dea17
Merge pull request #2423 from rhelmer/bug1079499-platform-specific-postgres-docs
fix bug 1079499 - split up postgres install doc, most is dev-only or pla...
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 106
You need to log in
before you can comment on or make changes to this bug.
Description
•