03.09.2019
Posted by 

If you install FireBug and enable the net monitor for Facebook, you'll see that when you click most links inside the application, you're not doing a full page refresh, but rather an AJAX call which updates the page with the new content. It looks like a new page. Nov 15, 2017  Install clockingit en windows Everyone is welcome to help out, so feel free to join the development google group and I'm sure we can find something for you to do. If you want to make changes to CIT you should create an account on github.

Clockingit

Hoping help anyone who has problem in installing of clockingit. Install Ubuntu desktop v10.04. Get update database of Ubuntu. Sudo apt-get update 3.

Upgrade your Ubuntu S.O. Sudo apt-get upgrade 4. Get mysql, ruby, rubygems libraries.

Someone says ruby v1.9 is much faster than v1.8. I try to install v1.9 before, but the system reports is missing files. Sudo aptitude install apache2 mysql-client mysql-server imagemagick libmagick9-dev ruby-full rubygems git-core libmysqlclient16-dev build-essential rails libmysql-ruby1.8 5. Use gem to install rails v2.3.8. Sudo gem install rails -v=2.3.8 6. Install mysql2.

Sudo gem install mysql2 7. Install erubis. Sudo gem install erubis 8. Create user in mysql. I use the user name: cit. Echo “ CREATE USER ’cit’@’localhost’ IDENTIFIED BY ‘cit’;” mysql -u root -p mysql 9.

Create database in mysql. I use the database name: cit. Echo “ CREATE DATABASE cit DEFAULT CHARACTER SET utf8 COLLATE utf8generalci; GRANT ALL ON cit. TO ’cit’@’localhost’ IDENTIFIED BY ‘cit’; FLUSH PRIVILEGES;” mysql -u root -p 10. Choose the installation directory for clockingit.

Install Clockingit En Windows 6

I use folder: /opt cd /opt 11. Get the source of clockingit. Git clone git://github.com/ari/clockingit.git 12. Modify the environment.rb file line 70 under /opt/clockingit/config folder.

I don’t know is it correct or not. If you don’t modify it, it will cause error 'undefined method `’ for:version:Symbol. Sudo nano /opt/clockingit/config/environment.rb from: config.gem ‘fastercsv’,:version ‘1.5.0’ to: config.gem ‘fastercsv’,:version = ‘1.5.0’ 13. Run ruby setup.rb and enter all necessary information. Cd /opt/clockingit ruby setup.rb 14. You will get errors and need to install of missing gems. Sudo rake gems:install 15.

Re-run ruby setup.rb. Please accept to load the DB schema when asked.

Ruby setup.rb 16. Once you see tables created in mysql database, you are almost successful. Otherwise, please check if something goes wrong.

Install

Install passenger. Gem install passenger 18.

Install related libraries for passenger apache2 module. Apt-get install apache2-prefork-dev libapr1-dev libaprutil1-dev 19. Run passenger-install-apache2-module. Sudo /var/lib/gems/1.8/bin/passenger-install-apache2-module 20. Create mod file for passenger and paste the following content. Modify the path and version number if you are not same with me.

Sudo nano /etc/apache2/mods-available/passenger.load LoadModule passengermodule /var/lib/gems/1.8/gems/passenger-2.2.15/ext/apache2/modpassenger.so PassengerRoot /var/lib/gems/1.8/gems/passenger-2.2.15 PassengerRuby /usr/bin/ruby1.8 20. Create site file for apache and paste the following content. Modify the server name and folder pathif you are not same with me. Sudo nano /etc/apache2/sites-available/clockingit ServerName projects.example.com DocumentRoot /opt/clockingit/public AllowOverride all Options -MultiViews 21. Enable mod file. Cd /etc/apache2/mods-enabled/ sudo ln -s./mods-available/passenger.load passenger.load 22. Enable site file and disable default apache site file.

Sudo a2ensite clockingit sudo a2dissite default 23. Reload and restart apache. Sudo /etc/init.d/apache2 reload sudo /etc/init.d/apache2 restart 24.

Change the permission of clockingit folder. Check the clockingit web at: PS: Thank you the guides from aaronperkins and ludolphn, as they help me a lot.

Install Clockingit En Windows 8 1

With this version of the post, you can install clockingit on alot of VMs. You can run the clockingit on the Virtualbox with ubuntu easy. Dont forget of the implements sendmail or you will get error on create new tasks. Erro like connection refused. Have two corrections for this error. Implement the sendmail or uncheck the options in the preferences of clockingIt.