puzzle / puzzletime

Open source time tracking and resource planning web application for SMEs
GNU Affero General Public License v3.0
44 stars 18 forks source link

Welcome to PuzzleTime

PuzzleTime is an open source time tracking and resource planning web application for SMEs.

Rails Unit Tests GitHub

Development

PuzzleTime is a Ruby on Rails application that runs on Ruby >= 2.2.2 and Rails 5. To get going, after you got a copy of PuzzleTime, issue the following commands in the main directory:

bin/setup            # install gem dependencies and setup database (PostgreSQL)
rake                 # run all the tests
rails db:setup       # prepare database
rails server         # start the rails server

A more detailed development documentation in German can be found in doc/development. This is where you also find some Deployment instructions

License

PuzzleTime is released under the GNU Affero General Public License. Copyright 2006-2024 by Puzzle ITC GmbH. See LICENSE for more details.