Coder Social home page Coder Social logo

tyne

travis-ci Dependency Status Code Climate Coverage Status

Description

Tyne is a webbased issue tracking application with the following features:

  • Github authentication
  • Project management (public and private projects)
  • Issue tracking (includes sorting, filtering, basic workflow, etc.)
  • Basic role management
  • Agile sprint planning
  • Scrum board
  • Commenting system
  • Voting system
  • Charts (Burn Down Chart, etc.)
  • E-Mail notifications

Installation

Gem dependencies

Run the following command to install all the dependencies:

bundle install

Application configuration (e.g. OmniAuth, SMTP server)

Copy config/tyne.yml.template to config/tyne.yml and enter the required details.

You will need to register a new developer application in order to get those details. Simply go to https://github.com/settings/applications and register a new application with the following details:

Name: Tyne (localhost)
URL: http://localhost:3000
Callback URL: http://localhost:3000/auth/github/callback

Database configuration

Copy config/database.yml.template to config/database.yml and enter your database details.

Run the following command: bundle exec rake db:setup

Start the server

Prerequisites

  • Redis

Command

Start the server and the worker via bundle exec foreman start

Production

Create another developer application with the correct url/callback URL as described earlier.

Tyne is configured to serve assets from a different provider (e.g. Amazon S3, Google Storage Cloud, etc.). This is done via the gem asset_sync. Please check their documentation on how to configure it.

Testing

You can run the following command to run the whole test script: script/ci

Contact us

Please don't hesitate to ask any questions at our google groups.

For general questions please use the following discussion list: [email protected]

If you have questions to the internals of tyne or just want to propose some changes, please use the following discussion list: [email protected]

Contribute

Please read our contribution-guidelines.

Note Also that this repository contains submodules so cloning is best done like so:

git clone --recursive [email protected]:tyne/tyne.git

Or if you have already cloned it, run this in your repo root:

git submodule init
git submodule update

Changelog

Click here to view the changelog.

Maintainers

License

MIT License. Copyright 2012 - 2013 Tobias Haar.

Tyne's Projects

best_in_place icon best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem

bluffr icon bluffr

Remote planning poker solution.

tyne icon tyne

Webbased issue tracking system.

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.