Coder Social home page Coder Social logo

geedocker's Introduction

GEE repository: https://github.com/google/earthenterprise

GEEDocker

Build and run Google Earth Enterprise with docker

Create all images with runChain script:

To create all of the images run runChain.sh
The script runChain.sh accepts the following flags:

  • --tag <wanted_tag> (to specify wanted GEE tag, Default is 5.3.5-1610.20)
  • --test (for running the GEE tests to check that the build was successful)
  • --tutorial (for creating an additional fusion image with the tutorial files)
  • --admin_password <wanted_password> (for changing default server password)

Create images one by one:

If you wish to create each image independantly you may do so with the given scripts as following:

For the basic build run:

cd geeBuild
bash build.sh

or the following, to use a specific tag from GEE repository:

cd geeBuild
bash build.sh --tag <wanted_tag>


For the GEE server run:

cd server
bash install.sh

or the following, to set server password:

cd server
bash install.sh --admin_password <wanted_password>

Refer to https://www.opengee.org/geedocs/5.2.2/answer/3470759.html for information about server password


For the GEE fusion run:

cd fusion
bash install.sh


For the GEE fusion with tutorial files run:

cd fusion/tutorial
bash install.sh


For the GEE fusion with ability to connect by ssh run:

cd fusion/ssh
bash install.sh

** you should first edit the install.sh file and add your root password **

Running GEE

Start server:

cd server
bash run.sh

** make sure the server is running before starting fusion


Start fusion:

cd fusion
bash run.sh


Start fusion with tutorial:

cd fusion/tutorial
bash run.sh


Start fusion with ssh ability:

cd fusion/ssh
bash run.sh

** you should first edit the run.sh file and choose local port for mapping **

To start gee fusion (including tutorial), or server with bash entrypoint add --entrypoint flag:

bash fusion/run.sh --entrypoint
bash server/run.sh --entrypoint

Remove images and containers

Remove all of the images and containers created by running the script removeAll.sh

Remove individual images by running the script removeImage.sh as such:

bash removeImage.sh <image_name:tag>


Remove containers by running the script removeContainer.sh as such:

bash removeContainer.sh <container_name>

geedocker's People

Contributors

shimoncohen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

geedocker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.