Skip to content

Commit

Permalink
Merge pull request #233 from misev/master
Browse files Browse the repository at this point in the history
 start tomcat before ingesting demo data in rasdaman
  • Loading branch information
kalxas committed Aug 13, 2018
2 parents 34cddf6 + 27284bc commit b75a10c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/install_rasdaman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ deploy_local_earthlook()
chmod 755 "$rasdaman_demo_path"
popd > /dev/null

# start tomcat and rasdaman
sudo service tomcat8 start
sleep 20

# Then import the selected coverages from Earthlook demo-data to local petascope
# to be used for some demos which use queries on these small coverages.
# (total size for Earthlook demo pages + data in tar file should be < 15 MB).
Expand Down

0 comments on commit b75a10c

Please sign in to comment.