step 1 : go to redmine configration directory
cd /path/to/ur/config/directory
step 2 : check that git pacage is installed or not
dpkg -l git
(if it is not install install it using apt-get -y install git )
step 3 : exicute the following command
git clone git://github.com/techarete/redmine_timesheet_plugin.git
step 4 : install dependency
sudo gem install bundle
sudo bundle install
step 5 : restart apache server
service apache2 restart
Pingback: Add Redmine timesheet plugin in the redmine2.1.4 on ubuntu 12.10 | Hardik Shah's Blog