PluginEzlibrarian » History » Version 2
Chaoqun Zou, 2008-09-24 18:01
1 | 1 | Chaoqun Zou | h1. ezLibrarian Plugin |
---|---|---|---|
2 | |||
3 | It's a book shelf management plugin for redmine. It's designed for a internal use. |
||
4 | |||
5 | h2. Feature |
||
6 | |||
7 | 1. Designed for using in company's book shelf management. |
||
8 | 2. You can input the book's info to the system and view them later. |
||
9 | 3. It can record the user who is holding the book. |
||
10 | 4. Every holder change will be recorded too. |
||
11 | 5. User can write reviews for the book. |
||
12 | 6. Note: the books are not categorized by project. |
||
13 | |||
14 | It can be downloaded from github: |
||
15 | |||
16 | http://github.com/zouchaoqun/ezlibrarian/tree/master |
||
17 | |||
18 | Screenshot: |
||
19 | |||
20 | 2 | Chaoqun Zou | !ezlibrarian_1_tn.png!:/attachments/download/977 !ezlibrarian_2_tn.png!:/attachments/download/979 !ezlibrarian_3_tn.png!:/attachments/download/981 |
21 | 1 | Chaoqun Zou | |
22 | h2. To install from git: |
||
23 | |||
24 | (Git Version < 1.5.3) |
||
25 | <pre> |
||
26 | cd {RAILS_ROOT}/vendor/plugins |
||
27 | git clone git://github.com/zouchaoqun/ezlibrarian.git |
||
28 | </pre> |
||
29 | |||
30 | (Git Version >= 1.5.3 -- Because the "git-rails" gem uses Git Submodules introduced in ver. 1.5.3) |
||
31 | <pre> |
||
32 | gem install git-rails |
||
33 | git-rails install git://github.com/zouchaoqun/ezlibrarian.git |
||
34 | </pre> |
||
35 | |||
36 | h2. Plugin setup |
||
37 | |||
38 | 1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory |
||
39 | |||
40 | 2. Migrate plugin: |
||
41 | rake db:migrate_plugins |
||
42 | |||
43 | 3. Start Redmine |