Skip to content

A simple kickstarter clone, for internal project bounties and backing.

Notifications You must be signed in to change notification settings

bobbymartinez/ignition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignition

In the simplest of terms, Ignition is a very basic crowd funding web application — a la Kickstarter. It allows users to create projects, for which others can vote on or pledge time to. It was written for managing internal projects at BigCommerce.

Ignition Interface

Why would I want to use it?

Ignition is useful for companies or teams with 20% time, or another variant on the undirected employee time.

Ignition allows employees to find projects that they are interested in helping come to fruition. Through an open source communication model it facilitates co-operation without the need for central management.

How do I install it?

Prerequisites

To install Ignition you'll need the following tools;

Running locally

Ignition runs under the WebBrick server that comes as part of rails. If you are planning to use it for production, you'll want to use something like Thin instead.

$ git clone [email protected]:xenph/ignition.git
$ cd ignition
$ bundle install
$ rake db:migrate
$ rails server

Running on Heroku

The Heroku documentation has a very good entry on setting up a Rails 3 application, but the basics are as follows;

$ git clone [email protected]:xenph/ignition.git
$ cd ignition
$ gem install heroku
$ heroku login
$ bundle install
$ heroku create --stack cedar
$ git push heroku master

Contribute

We'd love for you to contribute to Ignition! Just fork the code, make your change and submit a pull request.

Ignition

The original idea for Ignition came from Ajeya, and was lovingly hand crafted by Chris Beckett & Mark Rickerby.

About

A simple kickstarter clone, for internal project bounties and backing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published