Project

General

Profile

PluginEzlibrarian » History » Revision 4

Revision 3 (Chaoqun Zou, 2009-02-28 05:50) → Revision 4/13 (Chaoqun Zou, 2009-02-28 05:52)

h1. 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 

 h2. 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: 

 !ezlibrarian_1_tn.png!:/attachments/download/1612 !ezlibrarian_2_tn.png!:/attachments/download/1614 !ezlibrarian_3_tn.png!:/attachments/download/1616 !ezlibrarian_1_tn.png!:/attachments/download/977 !ezlibrarian_2_tn.png!:/attachments/download/979 !ezlibrarian_3_tn.png!:/attachments/download/981 

 h2. To install from git: 

 (Git Version < 1.5.3) 
 <pre> 
 cd {RAILS_ROOT}/vendor/plugins 
 git clone git://github.com/zouchaoqun/ezlibrarian.git 
 </pre> 

 (Git Version >= 1.5.3 -- Because the "git-rails" gem uses Git Submodules introduced in ver. 1.5.3) 
 <pre> 
 gem install git-rails 
 git-rails install git://github.com/zouchaoqun/ezlibrarian.git 
 </pre> 

 h2. 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