Skip to content

Commit

Permalink
Merge pull request #451 from joncto/patch-1
Browse files Browse the repository at this point in the history
fix: `README.md` instructions for windows users
  • Loading branch information
thomasegense authored May 28, 2024
2 parents 475ae60 + 888ae8b commit 792c90f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ SolrWayback requires both Solr and Tomcat to be running. These processes are sta

* Start tomcat: `tomcat-9/bin/startup.sh`
* Stop tomcat: `tomcat-9/bin/shutdown.sh`
* (For windows navigate to `tomcat-9/bin/` and type `startup.bat` or `shutdown.bat`)
* (For windows navigate to `tomcat-9\bin\` and type `startup.bat` or `shutdown.bat`)
* To see Tomcat is running open: http://localhost:8080/solrwayback/

#### Solr:
* Start solr: `solr-9/bin/solr start -c -m 4g` (start with 8g or 16g if you have an index with over 100M records.)
* Stop solr: `solr-9/bin/solr stop -all`
* (For windows navigate to `solr-9/bin/` and type `solr.cmd start -c -m 4g` or `solr.cmd stop -all`)
* (For windows navigate to `solr-9\bin\` and type `solr.cmd start -c -m 4g` or `solr.cmd stop -all`)
* To see Solr is running open: http://localhost:8983/solr/#/netarchivebuilder
* For Solrwayback bundle version before v.5 the '-c' parameter must be omitted.

Expand Down Expand Up @@ -233,8 +233,8 @@ You can then enable faceting on these fields in the property file: `solrwaybackw

Indexing works a little different on Windows. This also works on Linux and Mac, however we recommend using the `warc-indexer.sh` as above.

* **Step 1:** Copy ARC/WARC files into the folder: `indexing/warcs1`
* **Step 2:** To index the files call `indexing/batch_warcs1_folder.bat` (batch_warcs1_folder.sh for Linux and Mac)
* **Step 1:** Copy ARC/WARC files into the folder: `indexing\warcs1`
* **Step 2:** To index the files call `indexing\batch_warcs1_folder.bat` (batch_warcs1_folder.sh for Linux and Mac)
* **Note:** There is a batch_warcs2_folder.sh similar script to show how to easily add new WARC files to the collection without indexing the old ones again.


Expand Down

0 comments on commit 792c90f

Please sign in to comment.