Project

General

Profile

PluginEzlibrarian » History » Version 4

Chaoqun Zou, 2009-02-28 05:52

1 1 Chaoqun Zou
h1. ezLibrarian Plugin
2
3 3 Chaoqun Zou
It's a book shelf and device room management plugin for redmine. It's designed for a internal use.
4
Current version: 0.1.0. It's compitable with redmine devel after r2493 and rails 2.2.2
5 1 Chaoqun Zou
6
h2. Feature
7
8 3 Chaoqun Zou
1. Designed for using in company's book shelf and device room management.
9
2. You can input the book(device)'s info to the system and view them later.
10
3. It can record the user who is holding the book(device).
11 1 Chaoqun Zou
4. Every holder change will be recorded too.
12 3 Chaoqun Zou
5. User can write reviews for the book(device).
13
6. Note: the books(devices) are not categorized by project.
14 1 Chaoqun Zou
15
It can be downloaded from github:
16
17
http://github.com/zouchaoqun/ezlibrarian/tree/master
18
19 3 Chaoqun Zou
Or at plugin forum: http://www.redmine.org/boards/3/topics/show/4427
20
21 1 Chaoqun Zou
Screenshot:
22
23 4 Chaoqun Zou
!ezlibrarian_1_tn.png!:/attachments/download/1612 !ezlibrarian_2_tn.png!:/attachments/download/1614 !ezlibrarian_3_tn.png!:/attachments/download/1616
24 1 Chaoqun Zou
25
h2. To install from git:
26
27
(Git Version < 1.5.3)
28
<pre>
29
cd {RAILS_ROOT}/vendor/plugins
30
git clone git://github.com/zouchaoqun/ezlibrarian.git
31
</pre>
32
33
(Git Version >= 1.5.3 -- Because the "git-rails" gem uses Git Submodules introduced in ver. 1.5.3)
34
<pre>
35
gem install git-rails
36
git-rails install git://github.com/zouchaoqun/ezlibrarian.git
37
</pre>
38
39
h2. Plugin setup 
40
41
1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory
42
43
2. Migrate plugin:
44
   rake db:migrate_plugins
45 3 Chaoqun Zou
   If you are updating from a old version, see http://www.redmine.org/wiki/redmine/RedmineUpgrade
46 1 Chaoqun Zou
47
3. Start Redmine