Git Product home page Git Product logo

fulcrum's Introduction

Fulcrum

Fulcrum is an application to provide a user story based backlog management system for agile development teams. See the project page for more details.

Get involved

Fulcrum is still in early development, so now is the time to make your mark on the project.

There are 2 discussion groups for Fulcrum:

Goals

Fulcrum is a clone of Pivotal Tracker. It will almost certainly never surpass the functionality, usability and sheer awesomeness of Pivotal Tracker, but aims to provide a usable alternative for users who require a Free and Open Source solution.

Installation

Fulcrum is still a work in progress, but if you're really keen to try it out these instructions will hopefully help you get up and running.

First up, your system will need the prerequisites for running Ruby on Rails 3.0.x installed

Once you have these:

# Checkout the project
$ git clone git://github.com/malclocke/fulcrum.git
$ cd fulcrum

# Install the project dependencies
$ gem install bundler
$ bundle install

# Set up the development database
$ rake db:setup

# Start the local web server
$ rails server

You should then be able to navigate to http://localhost:3000/ in a web browser. You can log in with the test username [email protected], password testpass.

Heroku setup

If you wish to host a publicly available copy of Fulcrum, the easiest option is to host it on Heroku.

To deploy it to Heroku, make sure you have a local copy of the project; refer to the previous section for instuctions. Then:

# Make sure you have the Heroku gem
$ gem install heroku

# Create your app. Replace APPNAME with whatever you want to name it.
$ heroku create APPNAME --stack bamboo-mri-1.9.2

# Define where the user emails will be coming from
# (This email address does not need to exist)
$ heroku config:add [email protected]

# Allow emails to be sent
$ heroku addons:add sendgrid:free

# Deploy the first version
$ git push heroku master

# Set up the database
$ heroku rake db:setup

Once that's done, you will be able to view your site at http://APPNAME.heroku.com.

Development

Fulcrum is currently welcoming contributions, but if you're planning on implementing a major feature please contact us first, your feature may already be in progress.

The following features are being developed actively at the moment:

  • Iterations
  • Comments

Particularly welcome at the time of writing would be UI improvement and clean ups.

For any development, please bear the following in mind:

  • Please send patches as either github pull requests or as git patches. Try to break patches up into the smallest logical blocks possible. We'd prefer to receive many small commits to one large one.
  • All patches should be covered by tests, and should not break the existing tests, unless a current test is invalidated by a code change. This includes Javascript, which is covered with a Jasmine test suite in spec/javascripts/.
  • For any UI changes, please try to follow the Tango theme guidelines.

Colophon

Fulcrum is built with the following Open Source technologies:

License

Copyright 2011, Malcolm Locke.

Fulcrum is made available under the Affero GPL license version 3, see LICENSE.txt.

fulcrum's People

Contributors

glongman avatar rstacruz avatar typesend avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.