Project

General

Profile

PluginEzlibrarian » History » Version 12

Matt Brown, 2009-08-26 22:25

1 1 Chaoqun Zou
h1. ezLibrarian Plugin
2
3 5 Chaoqun Zou
It's a book shelf and device room management plugin for redmine.
4 7 Chaoqun Zou
Current version: 0.1.1. ONLY compatible with Redmine last devel.
5 11 Chaoqun Zou
If you use redmine 0.8.3, please download the attached version 0.0.2 
6 1 Chaoqun Zou
7
h2. Feature
8
9 3 Chaoqun Zou
1. Designed for using in company's book shelf and device room management.
10
2. You can input the book(device)'s info to the system and view them later.
11
3. It can record the user who is holding the book(device).
12 1 Chaoqun Zou
4. Every holder change will be recorded too.
13 3 Chaoqun Zou
5. User can write reviews for the book(device).
14
6. Note: the books(devices) are not categorized by project.
15 1 Chaoqun Zou
16 6 Chaoqun Zou
The plugin archive is attached here.
17 5 Chaoqun Zou
It can also be downloaded at github: http://github.com/zouchaoqun/ezlibrarian/tree/master
18 9 Andy Beletskij
.
19 3 Chaoqun Zou
Screenshot:
20 1 Chaoqun Zou
21
!ezlibrarian_1_tn.png!:/attachments/download/1612 !ezlibrarian_2_tn.png!:/attachments/download/1614 !ezlibrarian_3_tn.png!:/attachments/download/1616
22
23
24 5 Chaoqun Zou
h2. Plugin installation 
25 1 Chaoqun Zou
26 12 Matt Brown
1. Stop redmine (kill ruby.exe)
27 1 Chaoqun Zou
28 12 Matt Brown
2. Copy the plugin directory (redmine_ezlibrarian) into the ./vendor/plugins directory
29
NOTE: The plugin directory must be
30
<pre>redmine_ezlibrarian!</pre>
31
32
2. Migrate plugin for the production database (versus your development database, which is default... refer to database.yml):
33
<pre>
34
rake db:migrate_plugins RAILS_ENV=production
35
</pre>
36 1 Chaoqun Zou
37
3. Start Redmine