'plugin'에 해당되는 글 1건

  1. 2013.03.31 Redmine - Daily Status 플러그인 설치

Daily Status

9294Author:Vishal Mene
Website:https://github.com/gs-lab/redmine_daily_status
Code repository:https://github.com/gs-lab/redmine_daily_status
Registered on:2013-03-14 (17일)
Current version:0.0.1
Compatible with:Redmine 2.2.x

redmine_daily_status ====================

  1. About:

This plugin is used for tracking the daily status update of the project.

  1. Features
  • Update Today's Status
  • View past days status
  • Email send to all project members
  1. How to Install:

To install the Daily Status, execute the following commands from the plugin directory of your redmine directory:

git clone https://github.com/gs-lab/redmine_daily_status
rake redmine:plugins:migrate NAME=redmine_daily_status

After the plugin is installed and the db migration completed, you will
need to restart Redmine for the plugin to be available.

  1. How to Use:
  • Enable the plugin from the settings of the project.
  • Assigning permission to users for viewing and updating the status.
  • User can only add/update the current date's status.He can only view the past dates project status.
  • If user click the "send email to members" check box and then update the status.Email will be send to all the project members with 
    the current day status.
  1. How to UnInstall:
  • rake redmine:plugins:migrate NAME=redmine_daily_status VERSION=0
  • Remove the redmine_daily_status directory from the plugin directory and then restart redmine.

Installation notes

To install the Daily Status, execute the following commands from the plugin directory of your redmine directory:

  1. git clone https://github.com/gs-lab/redmine_daily_status
  2. rake redmine:plugins:migrate NAME=redmine_daily_status

After the plugin is installed and the db migration completed, you will need to restart Redmine for the plugin to be available.

Changelog

0.0.1 (2013-03-14)

Compatible with Redmine 2.2.x.

Posted by 사랑줍는거지
,