@@ -25,7 +25,9 @@ Cloud deployments specifically (i.e. we cannot help troubleshoot Zookeeper).**
25
25
Before running Solr you will need to
26
26
setup a [ configset] ( https://solr.apache.org/guide/8_10/config-sets.html#configsets-in-standalone-mode ) .
27
27
28
- ### Linux
28
+ ### Create a new directory
29
+
30
+ #### Linux
29
31
30
32
Using the command line:
31
33
@@ -39,7 +41,7 @@ Be sure to replace `/$path/$to/$solr` with your actual Solr location, which migh
39
41
mkdir -p /opt/solr/server/solr/configsets/archivesspace/conf
40
42
```
41
43
42
- ### Windows
44
+ #### Windows
43
45
44
46
Right click on your Solr directory and open in Windows Terminal (Powershell).
45
47
@@ -56,7 +58,7 @@ Mode LastWriteTime Length Name
56
58
d----- 10/25/2021 12:15 PM conf
57
59
```
58
60
59
- ---
61
+ ### Copy the config files
60
62
61
63
Copy the ArchivesSpace Solr configuration files from the ` solr ` directory included
62
64
with the release into the ` $SOLR_HOME/server/solr/configsets/archivesspace/conf ` directory.
@@ -83,22 +85,6 @@ Mode LastWriteTime Length Name
83
85
84
86
_ Note: your exact output may be slightly different._
85
87
86
- ## Setup the environment
87
-
88
- From Solr v9 ArchivesSpace requires the use of [ Solr modules] ( https://solr.apache.org/guide/solr/latest/configuration-guide/solr-modules.html ) .
89
- We recommend using the environment variable option to specify the modules to use:
90
-
91
- ```
92
- SOLR_MODULES=analysis-extras
93
- ```
94
-
95
- This environment variable needs to be available to the Solr instance at runtime.
96
-
97
- For instructions on how set an environment variable here are some recommended articles:
98
-
99
- - https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux
100
- - https://www.java.com/en/download/help/path.html (includes Windows)
101
-
102
88
## Setup a Solr core
103
89
104
90
With the ` configset ` in place run the command to create an ArchivesSpace core:
0 commit comments