Project

General

Profile

Plugins Directory » UndevGit Plugin

Author: Undev.ru Developer
Website: https://github.com/Undev/redmine_undev_git
Code repository: https://github.com/Undev/redmine_undev_git
Registered on: 2015-06-19 (almost 9 years ago)
Current version: 0.2.9
Compatible with: Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x
User ratings:   (0)

This plugin adds a new Git repository type to Redmine.

The UndevGit repository has all standard functions of a Git repository, as well as other features:
  • possibility to work with remote repositories
  • hooks for UndevGit repositories

When accessing a remote or local repository, UndevGit clones it and then works with the created copy.

Installation notes

1. To install the plugin
Download the .ZIP archives, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugin.
Or
Change you current directory to your Redmine root directory:

cd {REDMINE_ROOT}

Copy the plugin from GitHub using the following command:
git clone https://github.com/Undev/redmine_undev_git.git plugins/redmine_undev_git

2. Install the required gems using the command:

bundle install 

In case of bundle install errors, remove the Gemfile.lock file, update the local package index and install the required dependencies. Then execute the `bundle install` command again:

rm Gemfile.lock
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt-dev libpq-dev
bundle install

3. This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

4. Restart Redmine.

Changelog

0.2.9 (2014-06-06)

Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x.