|
Revision 263, 0.6 kB
(checked in by eric.dumin..@gmail.com, 7 months ago)
|
Removing extra whitespaces at endline.
|
| Line | |
|---|
| 1 |
Description: |
|---|
| 2 |
The 'picolena' command creates a new documents search engine, |
|---|
| 3 |
indexing directories specified as parameters. |
|---|
| 4 |
A default structure will be created in 'picolena' directory. |
|---|
| 5 |
Since picolena is Rails-based, you can launch the search-engine |
|---|
| 6 |
web-server just like you would with any Rails application. |
|---|
| 7 |
|
|---|
| 8 |
Example: |
|---|
| 9 |
picolena ~/shared_documents /media/literature |
|---|
| 10 |
cd picolena |
|---|
| 11 |
ruby script/server |
|---|
| 12 |
|
|---|
| 13 |
This would create the picolena file structure, index every file |
|---|
| 14 |
inside ~/shared_documents and /media/literature, and launch a |
|---|
| 15 |
web-server available at http://localhost:3000 |
|---|