Add Redmine timesheet plugin in the redmine2.1.4 on ubuntu 12.10

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

About these ads

One comment on “Add Redmine timesheet plugin in the redmine2.1.4 on ubuntu 12.10

  1. Pingback: Add Redmine timesheet plugin in the redmine2.1.4 on ubuntu 12.10 | Hardik Shah's Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s