This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.boring | Sat Jul 28 05:27:12 -0700 2007 | |
| |
.gitignore | ||
| |
LICENSE | ||
| |
README | ||
| |
README.developers | ||
| |
RELEASE-NOTES | Tue Mar 31 01:39:25 -0700 2009 | |
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Sat Apr 04 02:54:29 -0700 2009 | |
| |
dump/ | Mon Sep 22 00:59:51 -0700 2008 | |
| |
index/ | Mon Jun 16 10:42:56 -0700 2008 | |
| |
lang/ | Sat Apr 04 06:04:02 -0700 2009 | |
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
setup.rb | ||
| |
test/ | Thu Apr 02 20:43:44 -0700 2009 | |
| |
tmp/ | Mon Jun 16 10:42:37 -0700 2008 | |
| |
vendor/ |
README
== Welcome to ClockingIT ClockingIT is relased under the terms of the MIT License, see LICENSE for more information. ========================== == Installing dependencies ========================== == OSX 1. Install macports (http://www.macports.com). This will require that you have developer tools installed so you can compile code. 2. Install Ruby gems (this will also install Ruby automatically if it isn't already installed) # sudo port install rb-rubygems 3. Install ImageMagick # sudo port install ImageMagick 4. Install mysql5. This is needed even if your database is on another server since the libraries are needed for the mysql connector. # sudo port install mysql5 5. Install mysql ruby driver (this is the natively compiled driver which is faster than the old Ruby one) # sudo gem install mysql -- --with-mysql-config=/opt/local/bin/mysql_config5 == Linux (Debian or similar) 1. Install various dependencies # sudo apt-get install libmagick9-dev imagemagick ruby1.8 ruby1.8-dev rubygems ri rdoc rake == FreeBSD 1. Install Ruby gems # portinstall ========================== == Installing gems ========================== # gem install rake ========================== == Setup ========================== 1. Change directory into the top of the Clocking IT installation # ruby ./setup.rb == Support * mailto:admin@clockingit.com * http://wiki.clockingit.com/wiki:source * http://forum.clockingit.com/ == Example for Apache conf <VirtualHost *:80> ServerName *.clockingit.com DocumentRoot /path/application/public/ ErrorLog /path/application/log/server.log <Directory /path/application/public/> Options ExecCGI FollowSymLinks AllowOverride all Allow from all Order allow,deny </Directory> </VirtualHost>









