Closed
Bug 1062711
Opened 11 years ago
Closed 11 years ago
document how to build RPM from source
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
docs/installation/install-src-prod.rst currently uses "make install" to install directly to /usr/local/socorro - this has significant downsides like hopelessly complicated config, difficult to upgrade, etc.
Let's document how to build an RPM here. We can also remove a lot of the instructions that won't be needed anymore, that RPM handles for us.
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/b1727adad2bd1c3bd0dc02d053ba6807f0b68cfa
bug 1062711 - package needs install, might as well depend on it
https://github.com/mozilla/socorro/commit/b9414513ea9028576de3866d62a52edc55345f13
fix bug 1062711 - RPM handles all these old manual steps
https://github.com/mozilla/socorro/commit/2ca7424f7fc634c4bedbf1eeafc2d000419ef174
bug 1062711 - only devs and CI need to run syncdb, RPM does it otherwise
https://github.com/mozilla/socorro/commit/7f862c76693c4d33cbd9e2e07e8890d44edc34b7
Merge pull request #2332 from rhelmer/bug1062711-document-RPM-build
Bug1062711 document rpm build
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•