Project

General

Profile

PluginEzftpsearch » History » Version 1

Chaoqun Zou, 2009-06-17 09:50

1 1 Chaoqun Zou
h1. ezFtpSearch Plugin 
2
3
This is a ftp search plugin for Redmine, with a ftp spider.
4
You must using the ftp_spider rake command first to get your ftp server's entry list, then you can search files in redmine. 
5
Multi-servers is supported.
6
Current version: 0.1.0. ONLY compatible with Redmine last devel. 
7
8
9
h2. Feature
10
11
1. Search Ftp server's file by name
12
2. Google-like search page.
13
3. A ruby ftp spider is included, which is used to get ftp server's entry list.
14
15
The plugin archive is attached here.
16
It can also be downloaded at github: http://github.com/zouchaoqun/ezftpsearch/tree/master
17
18
Screenshot:
19
20
!ezftpsearch-index-tn.png!:/attachments/download/863 
21
!ezftpsearch-result-tn.png!:/attachments/download/863 
22
23
h2. Plugin installation
24
25
1. Copy the plugin directory(redmine_ezftpsearch) into the vendor/plugins directory
26
NOTE: The plugin directory must be redmine_ezftpsearch!
27
28
2. Migrate plugin:
29
   rake db:migrate_plugins
30
31
3. Start Redmine
32
33
4. In your project in Redmine, go to "Project settings" : On the "Modules" tab, enable the module by checking "Ezftpsearch".
34
35
h2. Using ezFtpsearch
36
37
# Add new ftp server in the ftp server management page.
38
# Use rake ezftpsearch:run_spider to collect ftp server's directory structure.
39
# Search.