mirror of
https://github.com/simon987/sist2.git
synced 2025-04-21 11:16:46 +00:00
Compare commits
No commits in common. "2436e52a62bc02c20dfafdef5f4b674ddbe49574" and "b9f82593ce1831ad9b4ac4fb64f43d9c8e26ab81" have entirely different histories.
2436e52a62
...
b9f82593ce
@ -90,10 +90,8 @@ Example usage:
|
|||||||
1. Scan a directory: `sist2 scan ~/Documents --output ./documents.sist2`
|
1. Scan a directory: `sist2 scan ~/Documents --output ./documents.sist2`
|
||||||
2. Prepare search index:
|
2. Prepare search index:
|
||||||
* **Elasticsearch**: `sist2 index --es-url http://localhost:9200 ./documents.sist2`
|
* **Elasticsearch**: `sist2 index --es-url http://localhost:9200 ./documents.sist2`
|
||||||
* **SQLite**: `sist2 sqlite-index --search-index ./search.sist2 ./documents.sist2`
|
* **SQLite**: `sist2 index --search-index ./search.sist2 ./documents.sist2`
|
||||||
3. Start web interface:
|
3. Start web interface: `sist2 web ./documents.sist2`
|
||||||
* **Elasticsearch**: `sist2 web ./documents.sist2`
|
|
||||||
* **SQLite**: `sist2 web --search-index ./search.sist2 ./documents.sist2`
|
|
||||||
|
|
||||||
## Format support
|
## Format support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user