Skip to content

Commit

Permalink
Correction bash variables
Browse files Browse the repository at this point in the history
  • Loading branch information
c-vandendyck-kbr authored and VictorHarbo committed Jul 19, 2024
1 parent b57d59f commit 9bd0461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# where <path/to/WARCs> is a file path that only contains WARC files and directories.

# When the container is running, run the following commands to start Solr and Tomcat:
# export SOLRWAYBACK_VERSION 5.1.0
# export APACHE_TOMCAT_VERSION 9
# export SOLR_VERSION 9
# export SOLRWAYBACK_VERSION=5.1.0
# export APACHE_TOMCAT_VERSION=9
# export SOLR_VERSION=9
# ./unpacked-bundle/solrwayback_package_$SOLRWAYBACK_VERSION/solr-$SOLR_VERSION/bin/solr start -c
# ./unpacked-bundle/solrwayback_package_$SOLRWAYBACK_VERSION/tomcat-$APACHE_TOMCAT_VERSION/bin/startup.sh

Expand Down

0 comments on commit 9bd0461

Please sign in to comment.