Project

General

Profile

Actions

PluginEzlibrarian » History » Revision 4

« Previous | Revision 4/13 (diff) | Next »
Chaoqun Zou, 2009-02-28 05:52


ezLibrarian Plugin

It's a book shelf and device room management plugin for redmine. It's designed for a internal use.
Current version: 0.1.0. It's compitable with redmine devel after r2493 and rails 2.2.2

Feature

1. Designed for using in company's book shelf and device room management.
2. You can input the book(device)'s info to the system and view them later.
3. It can record the user who is holding the book(device).
4. Every holder change will be recorded too.
5. User can write reviews for the book(device).
6. Note: the books(devices) are not categorized by project.

It can be downloaded from github:

http://github.com/zouchaoqun/ezlibrarian/tree/master

Or at plugin forum: http://www.redmine.org/boards/3/topics/show/4427

Screenshot:

To install from git:

(Git Version < 1.5.3)

cd {RAILS_ROOT}/vendor/plugins
git clone git://github.com/zouchaoqun/ezlibrarian.git

(Git Version >= 1.5.3 -- Because the "git-rails" gem uses Git Submodules introduced in ver. 1.5.3)

gem install git-rails
git-rails install git://github.com/zouchaoqun/ezlibrarian.git

Plugin setup

1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory

2. Migrate plugin:
rake db:migrate_plugins
If you are updating from a old version, see http://www.redmine.org/wiki/redmine/RedmineUpgrade

3. Start Redmine

Updated by Chaoqun Zou about 15 years ago · 4 revisions