Online collaboration for distributed Scrum teams.
- An ordered backlog
- User stories with acceptance criteria
- Story points
- Sprint planning
- Velocity calculations
- Simple horizon planning
- Pair programming support
- Task board
- Burn charts
- No hour tracking on tasks
- Slack integration
- HipChat integration
- Planning poker
I have been working on this on and off for several years. It has been running in production and I have used it in every job since Eben and I first came up with the concept in 2007. The repo is full of legacy code that needs to be cleaned up. There is a lot of repetition and the javascript is all over the place. I have included the full git history which contains application secrets and capistrano recipes but none of the credentials are valid anymore.
Enjoy using it! It's less confusing than JIRA and more suited to Scrum than Trello.
- PostgreSQL (9.1.x or 9.2.x)
- Elastic Search (0.9.x)
- Streaming server
git clone https://github.com/levent/agileista
cp config/database.yml.example config/database.yml
cp config/application.yml.example config/application.yml
./bin/rake db:create
./bin/rake db:create RAILS_ENV=test
./bin/rake db:migrate
./bin/test # All tests should pass
./bin/rails server
Currently the app is expecting to run on app.agileista.local in dev mode Edit /etc/hosts and add
127.0.0.1 app.agileista.local
Go nuts! There are generally a list of things to look at under Issues.
Sign up at https://app.agileista.com
This may include more pro features in the future.
Please see LICENSE for licensing details.
Email: [email protected]
Twitter: @lebreeze