Fix install and update docs
ClosedPublic

Authored by mkrizek on Sep 9 2014, 1:08 PM.

Details

Summary

Tried to set up a clean dev env and failed. This should fix it.

Test Plan

Set up a dev env according to the docs

Diff Detail

Repository
rBLKR blockerbugs
Lint
Lint Skipped
Unit
Unit Tests Skipped
mkrizek retitled this revision from to Fix install and update docs.Sep 9 2014, 1:08 PM
mkrizek updated this object.
mkrizek edited the test plan for this revision. (Show Details)
mkrizek added a reviewer: tflink.
tflink requested changes to this revision.Sep 9 2014, 2:47 PM

my primary concern here is that we'd be making non-el6-compatible changes. while our dev envs are all fedora AFAIK, our production machines are all el6 and I sincerely doubt that we'll be seeing updates to wtf and flask-wtf in epel6.

I'd rather use requirements.txt to make sure that older versions of wtf and flask-wtf are being used. The other changes look good to me, though

This revision now requires changes to proceed.Sep 9 2014, 2:47 PM
mkrizek updated this revision to Diff 656.Sep 9 2014, 3:20 PM

Set wtf and flask-wtf versions to el6 versions in requirements.txt

According to my testing (doing a fresh dev env setup) it works on el6 versions.

tflink accepted this revision.Sep 9 2014, 3:29 PM

LGTM

This revision is now accepted and ready to land.Sep 9 2014, 3:29 PM
mkrizek closed this revision.Sep 9 2014, 3:41 PM
mkrizek updated this revision to Diff 658.

Closed by commit rBLKR0d026f282baa (authored by @mkrizek).