simplify setting up development instance
ClosedPublic

Authored by kparal on Jul 13 2015, 1:00 PM.

Details

Summary
  • Improve documentation in readme
  • Default to DEV profile
  • Default to port 5002 (to avoid clashes with our other projects)
  • Default to port 5001 for ResultsDB server (its own default)
  • Add important options to settings.py.example
  • Add missing simplejson dep to requirements.txt
  • Do not require settings.py, use defaults if missing
Test Plan

manually tested, seems to work

Diff Detail

Repository
rRSFE resultsdb_frontend
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 13 2015, 1:00 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: jskladan, lbrabec, mkrizek, tflink.
kparal updated this revision to Diff 1144.Jul 13 2015, 1:13 PM
  • readme: add "using with libtaskotron" instructions
jskladan accepted this revision.Jul 13 2015, 1:35 PM
This revision is now accepted and ready to land.Jul 13 2015, 1:35 PM
This revision was automatically updated to reflect the committed changes.