Ruby is always "source", so I'm not really sure where you are getting that source from. But from the look of it you are installing Erlend's version, so I'll step aside and let him help with that.
Please create the database and user for ClockingIT by running something like this: echo "CREATE DATABASE cit DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL ON cit.* TO 'cit'@'localhost' IDENTIFIED BY 'cit'; FLUSH PRIVILEGES;" | mysql -u root -p
Installation has progressed, has anyone come across this error upon installation before ?
rake aborted! libgomp.so.1: shared object cannot be dlopen()ed - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.12.2/lib/RMagick2.so
(See full trace by running task with --trace) Done
All done! ---------
Please start the required services by entering the following in a console: ./script/ferret_server -e production start nohup ./script/push_server & ./script/server production