Make sure elasticsearch is running, then:
$ pip install springboard $ springboard startapp myapp $ cd myapp $ springboard import git://example.com/content/repo.git -v $ pserve development.ini --reload Starting server in PID 70411. serving on http://0.0.0.0:6543
Make sure elasticsearch is running, then:
$ git clone https://github.com/universalcore/springboard.git $ cd springboard $ virtualenv ve $ source ve/bin/activate (ve)$ pip install -e . (ve)$ springboard bootstrap -v (ve)$ pserve development.ini --reload