Skip to content

gannetson/bluebottle

 
 

Repository files navigation

Project Bluebottle

https://travis-ci.org/onepercentclub/bluebottle.png?branch=master

The repository for Project Bluebottle, the crowdsourcing framework initiated by the 1%Club.

Contributors

For those who want to contribute to the BlueBottle project, it's easy to get started:

  1. Make sure you have a recent Python distro (2.7+ recommended).

  2. Make sure (a recent) virtualenv is installed.

  3. Fork and/or clone the repository.

  4. Navigate to your local repository directory.

  5. Create a virtual environment within the repository directory, for example:

    $ virtualenv env
    $ source env/bin/activate
    
  6. Install the project:

    $ python setup.py develop
    
  7. You're ready to roll now, baby!

Testing

The BlueBottle test suite can be run completely using:

$ python setup.py test

*Frontend Javascript*

From the root of the application (node/npm required):

npm install grunt (or grunt test:chrome)

This will install some npm & bower packages for dev & testing, and run the tests headless with PhantomJS using Karma. Karma is watching the test/ directory for changes.

Website developers

For those who want to use BlueBottle as kickstart for their own website, it's easy to add BlueBottle to your Django project.

  1. Install the latest development version:

    $ pip install -e git://github.com/onepercentclub/bluebottle.git#egg=bluebottle
    

Packages

No packages published

Languages

  • JavaScript 54.4%
  • Python 25.5%
  • CSS 20.0%
  • Other 0.1%