Simplify setting up development instance
ClosedPublic

Authored by kparal on Jul 9 2015, 11:30 AM.

Details

Summary
  • Improve documentation in README
  • Move sqlite database to /var/tmp
  • Add important options to settings.py.example
  • Fix test suite (didn't run at all)
Test Plan

test suite now works, and boji seems to work OK as well

Diff Detail

Repository
rFAKE fake_fedorainfra
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 9 2015, 11:30 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: tflink, mkrizek, jskladan.
kparal updated this revision to Diff 1122.Jul 9 2015, 11:41 AM

don't use system packages in virtualenv

There's no need and it makes us forget filling reqs into requirements.txt

mkrizek accepted this revision.Jul 9 2015, 11:50 AM
This revision is now accepted and ready to land.Jul 9 2015, 11:50 AM
kparal updated this revision to Diff 1126.Jul 9 2015, 2:14 PM
  • readme: use just 80 columns line length for documentation
tflink accepted this revision.Jul 9 2015, 5:18 PM
This revision was automatically updated to reflect the committed changes.