Navigation Menu

Skip to content

chrmorais/springboard

 
 

Repository files navigation

Springboard

Continuous Integration

Code Coverage

Springboard Documentation

Pypi Package

image

Usage

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

Installing for local dev

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

About

Bootstrap Universal Core applications easily

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.6%
  • CSS 15.5%
  • HTML 3.9%