Skip to content

KwtsPls/docker-geospatial-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-geospatial-tools

  • Get into docker directory and run the Dockerfile :

      docker build -t suite .
    
  • A docker-image named strabon is available either locally (previously built), or in DockerHub. Use the docker-image (terminal of your machine):

      docker run --name suite-container -p 9999:8080 -v /<some_local_dir>:/inout suite
    
  • Now the docker-container strabon-container should be running. Use (the command line of) the container (different terminal on your machine):

      docker exec -it suite-container /bin/bash
    
  • Finally, start tomcat on the docker terminal :

      ./usr/local/bin/conf.sh
    

Now Strabon and Sextant is available in your machine's port 9999 :

http://localhost:9999/Strabon

http://localhost:9999/Sextant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published