PluginEzlibrarian » History » Revision 5
Revision 4 (Chaoqun Zou, 2009-02-28 05:52) → Revision 5/13 (Chaoqun Zou, 2009-04-06 15:27)
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.1. ONLY compatible 0.1.0. It's compitable with Redmine 0.8.3 or last devel. 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 also be downloaded at 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 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 installation setup 1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory NOTE: The plugin directory must be redmine_ezlibrarian! 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