Project

General

Profile

Actions

PluginEzlibrarian » History » Revision 2

« Previous | Revision 2/13 (diff) | Next »
Chaoqun Zou, 2008-09-24 18:01


ezLibrarian Plugin

It's a book shelf management plugin for redmine. It's designed for a internal use.

Feature

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

It can be downloaded from github:

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

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

3. Start Redmine

Updated by Chaoqun Zou over 15 years ago · 2 revisions