Skip to main content

Springboard

Project description

Springboard
===========

.. image:: https://travis-ci.org/universalcore/springboard.svg?branch=develop
:target: https://travis-ci.org/universalcore/springboard
:alt: Continuous Integration

.. image:: https://coveralls.io/repos/universalcore/springboard/badge.png?branch=develop
:target: https://coveralls.io/r/universalcore/springboard?branch=develop
:alt: Code Coverage

.. image:: https://readthedocs.org/projects/springboard/badge/?version=latest
:target: https://springboard.readthedocs.org
:alt: Springboard Documentation

.. image:: https://pypip.in/version/springboard/badge.svg
:target: https://pypi.python.org/pypi/springboard
:alt: Pypi Package

.. image:: docs/springboard.gif

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


.. _elasticsearch: http://www.elasticsearch.org


CHANGELOG
=========

3.0.5
-----
- add uwsgi to dependencies

3.0.3
-----
- ensure GA titles for non-page views are set
- ensure celery is configured

3.0.2
-----
- fix package manifest

3.0.1
-----
- add `pyramid_redis` to dependencies for use in celery

3.0.0
-----
- Added Remote repo support for use with `unicore.distribute`

2.0.1
-----
- fix thumbor filter

2.0.0
-----
- deprecate unicore_repo_urls in favour of unicore_repos, fix markdown filter

1.2.1
-----
- correct raven pin, add gunicorn, fix clone

1.2.0
-----
- search functionality and raven

1.0.1
-----
- pagination and language direction filters

1.0.0
-----
- new view classes, more standard views

<1.0
----
- beta

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

springboard-3.0.5.tar.gz (71.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page