ludoza / clockingit

ClockingIT v0.99.3: TimeTracking 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClockingIT v0.99.4: TimeTracking 2.0

MIT/X11 license

A simple fork of ClockingIT to install on Ubuntu 12.04 LTS.

curl https://codeload.github.com/ludoza/clockingit/zip/master -o cit.zip
unzip cit.zip
cd clockingit-master
chmod +x install.ubuntu.12.04.sh
sudo ./install.ubuntu.12.04.sh

It will ask you to set a mysql root password. Remember it because you will need it later in the process.

Config section still needed TODO. See How to install ClockingIT on Ubuntu 10.04, for step by step instruction.

Enjoy,

Env.rb

For you to be able to login you to need to bump the year the session expires. In /opt/cit/config/environment.rb on line 45:

ActionController::Base.session_options[:session_expires]= Time.local(2015,"jan")

to

ActionController::Base.session_options[:session_expires]= Time.local(2099,"jan")

import *.clockingit.com mysql dump

You can restore your *.clockingit.com mysql dump file, but you will need to remove the last column from users and companies in your data set.

About

ClockingIT v0.99.3: TimeTracking 2.0


Languages

Language:Ruby 67.7%Language:HTML 20.2%Language:JavaScript 7.7%Language:CSS 3.3%Language:PHP 0.7%Language:Shell 0.4%Language:ApacheConf 0.1%