simplify setting up development instance
ClosedPublic

Authored by kparal on Jul 10 2015, 1:32 PM.

Details

Summary
  • Improve documentation in readme
  • Default to DEV profile
  • Default to port 5001 in DEV profile (to avoid clashes with our other projects)
  • Move sqlite database to /var/tmp
  • Add important options to settings.py.example
  • Fix test suite
Test Plan

Test suite works. Local execution seems to run fine as well.

Diff Detail

Repository
rRSDB resultsdb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to simplify setting up development instance.Jul 10 2015, 1:32 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: jskladan, mkrizek, tflink, lbrabec.
jskladan accepted this revision.Jul 10 2015, 1:35 PM

Why not, please don't forget to change the default ResultsDB URL in the resutlsdb_frontend to match the port.

This revision is now accepted and ready to land.Jul 10 2015, 1:35 PM
In D430#7990, @jskladan wrote:

Why not, please don't forget to change the default ResultsDB URL in the resutlsdb_frontend to match the port.

It's in the making :-)

This revision was automatically updated to reflect the committed changes.