Skip to content

Commit a6f00d1

Browse files
committed
Updating examples
1 parent 97d755c commit a6f00d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Maven 2.2+
88
Git
99

1010
optional:
11-
o port 8080 open to be able to access the Solr web portal UI
11+
o port 8983 open to be able to access the Solr web portal UI
1212
o solrpy to query Solr through python
1313

1414
o Define environment where software will be installed
@@ -74,8 +74,8 @@ cd $LABCAS_HOME/cas-workflow/bin
7474
./wmgr-client -op -events -url http://localhost:9001
7575

7676
Query Solr:
77-
http://<hostname>:8080/solr/
78-
http://localhost:8080/solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
77+
http://<hostname>:8983/solr/oodt-fm/
78+
http://localhost:8983/solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
7979

8080

8181
o Run labcas-test workflow
@@ -130,13 +130,13 @@ o the field "Institution" to be assigned the two possible values "Darthmouth" an
130130
o After successful run:
131131

132132
- product metadata can be queried from Solr catalog:
133-
http://<hostname>:8080/solr/#/oodt-fm/query
133+
http://<hostname>:8983/solr/#/oodt-fm/query
134134

135135
for example to query all products:
136-
http://<hostname>:8080/solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
136+
http://<hostname>:8983/solr/oodt-fm/select?q=*%3A*&wt=json&indent=true
137137

138138
or for example to query all files of a given type:
139-
curl 'http://localhost:8080/solr/oodt-fm/select?q=CAS.ProductTypeName%3ALabcasTestFile&wt=json&indent=true'
139+
curl 'http://localhost:8983/solr/oodt-fm/select?q=CAS.ProductTypeName%3ALabcasTestFile&wt=json&indent=true'
140140

141141
- job output and logs can be inspected at:
142142
$LABCAS_HOME/pges/labcas-test/jobs
@@ -177,7 +177,7 @@ mvn clean -Dworkflow=biomarker-discovery
177177

178178
o To delete ALL records from the File Manager and underlying Solr index:
179179

180-
curl -s http://localhost:8080/solr/oodt-fm/update?commit=true -H "Content-Type:text/xml" --data-binary '<delete><query>*:*</query></delete>'
180+
curl -s http://localhost:8983/solr/oodt-fm/update?commit=true -H "Content-Type:text/xml" --data-binary '<delete><query>*:*</query></delete>'
181181

182182
=======================================
183183

0 commit comments

Comments
 (0)