Skip to content

Commit 9a6a252

Browse files
authored
Update README.md
1 parent ec3a02d commit 9a6a252

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,22 @@ For run migration command from any Object Database to Solr you can use jease bui
66
```
77
java -cp target/ROOT/WEB-INF/classes:target/ROOT/WEB-INF/lib/* jfix.db4o.engine.migration.AnytoSolr http://localhost:8983/solr/jease
88
```
9+
10+
Before use above command you must start solr.
11+
12+
13+
Installing Solr
14+
15+
For the purposes of this tutorial, I'll assume you're on a Linux or Mac environment.
16+
17+
You should also have JDK 6 or above installed.
18+
19+
wget http://www-us.apache.org/dist/lucene/solr/7.3.1/solr-7.3.1.tgz
20+
21+
tar -zxvf solr-7.3.1.tgz
22+
23+
Starting Solr
24+
25+
cd solr/bin
26+
27+
$./solr start

0 commit comments

Comments
 (0)