Git Product home page Git Product logo

karmatracker's Introduction

KarmaTracker

Build Status

KarmaTracker is a time tracking and reporting tool for teams and individuals who use Pivotal Tracker

Requirements

  • JRuby - version 1.7.9
  • PostgreSQL - version >= 9.2
  • ElasticSearch - version 0.90.5
  • PhantomJS - version >= 1.9 (for running tests only)

Setup

Clone KarmaTracker repository:

git clone https://github.com/amberbit/KarmaTracker.git

In KarmaTracker directory run Bundler:

cd KarmaTracker/
bundle install

If you face a problem with too low memory on bundle install use command with following jruby flags:

jruby -J-Xms2048m -J-Xmx2048m -w -S bundle install

Poltergeist gem requires PhantomJS to run tests. To install PhantomJS follow instructions in poltergeist readme.

Create database configuration file /config/database.yml using template from /config/database.template.yml. Fill in username and password of your PostgreSQL user.

Note: Postgres 9.2 might need to use port 5432.

Note: You might need to edit pg_hba config file to allow connections via TCP/IP.

Populate database for development and test.

rake db:schema:load
rake db:test:prepare

Note: Do not populate database with rake db:migrate.

To run project on Torquebox server first we must deploy it:

torquebox deploy .
torquebox run

To get the latest model diagram (located at /doc): bundle exec rake erd filename='karmatracker_model_diagram' title='KarmaTracket model diagram' polymorphism=true inheritance=true

License

Copyright (2013) AmberBit sp. z o. o.

KarmaTracker is licensed under the MIT License.

karmatracker's People

Contributors

bartlomiejskwira avatar davidarellano avatar dmips avatar hubertlepicki avatar mnieborak avatar rmaksymczuk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

karmatracker's Issues

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.