Skip to content

Ruby on rails based project management and time-tracking

License

Notifications You must be signed in to change notification settings

malclocke/ristretto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ristretto

Ristretto is a Ruby on Rails based project management and time-tracking app.

Installation

Requirements

gem install rails -v 2.3.10

gem install authlogic -v 2.1.6
gem install vestal_versions -v 1.0.2
gem install bluecloth -v 2.0.9
gem install will_paginate -v 2.3.15
gem install cancan -v 1.3.4
gem install paperclip -v 2.3.3
gem install exception_notification -v 2.3.3.0
gem install icalendar -v 1.1.5

For testing

gem install cucumber-rails -v 0.3.2
gem install cucumber -v 0.9.4
gem install factory_girl -v 1.3.2

or

rake gems:install

Setup

git clone git://github.com/egressive/ristretto.git
cd ristretto
rake ristretto:setup
rake db:create
rake db:schema:load
rake user:new NAME=yourname FIRST_NAME=your LAST_NAME=name EMAIL=example@example.com PASSWORD=yourpassword
rake user:is_staff NAME=yourname
./script/server

Other steps

You should probably replace the secret key in settings.yml by copying the output of rake secret.

License

Ristretto - Project Management and Time-tracking Copyright (C) 2010 Kale Worsley kale@egressive.com, Josh Campbell josh@egressive.com, Malc Locke malc@egressive.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Ruby on rails based project management and time-tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • Ruby 33.1%