PuzzleTime is an open source time tracking and resource planning web application for SMEs.
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
PuzzleTime is released under the GNU Affero General Public License. Copyright 2006-2024 by Puzzle ITC GmbH. See LICENSE for more details.