Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Updated to use OnEarth 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Dec 29, 2017
1 parent b6db8b2 commit d6c8049
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ To run OnEarth within a Docker container, first use Packer to build the Docker i

Then, to run a container, use the `docker run` command. You'll want to follow something like this:

`docker run -d -p <host_port>:<container_port> gibs/onearth:1.3.1 apachectl -D FOREGROUND`
`docker run -d -p <host_port>:<container_port> gibs/onearth:1.3.2 apachectl -D FOREGROUND`

So to run a Docker container that's accessible via port 8080 on the host machine, run:

`docker run -d -p 8080:8080 gibs/onearth:1.3.1 apachectl -D FOREGROUND`
`docker run -d -p 8080:8080 gibs/onearth:1.3.2 apachectl -D FOREGROUND`

You can then view the OnEarth demo page by pointing your browser to: **[http://localhost:8080/onearth/](http://localhost:8080/onearth/)**.
4 changes: 2 additions & 2 deletions bootstrap-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd /home/onearth
yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm

# Download, install onearth stuff
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.1/onearth-1.3.1-9.el6.tar.gz
tar xfvz onearth-1.3.1-9.el6.tar.gz
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.2/onearth-1.3.2-2.el6.tar.gz
tar xfvz onearth-1.3.2-2.el6.tar.gz
yum install -y gibs-gdal*.rpm
yum install -y onearth*.rpm

Expand Down
4 changes: 2 additions & 2 deletions bootstrap-vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cd /home/vagrant
yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm

# Download, install onearth stuff
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.1/onearth-1.3.1-9.el6.tar.gz
tar xfvz onearth-1.3.1-9.el6.tar.gz
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.2/onearth-1.3.2-2.el6.tar.gz
tar xfvz onearth-1.3.2-2.el6.tar.gz
yum install -y gibs-gdal*.rpm
yum install -y onearth*.rpm

Expand Down
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd /home/onearth
yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm

# Download, install onearth stuff
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.1/onearth-1.3.1-9.el6.tar.gz
tar xfvz onearth-1.3.1-9.el6.tar.gz
wget https://github.com/nasa-gibs/onearth/releases/download/v1.3.2/onearth-1.3.2-2.el6.tar.gz
tar xfvz onearth-1.3.2-2.el6.tar.gz
yum install -y gibs-gdal*.rpm
yum install -y onearth*.rpm

Expand Down
2 changes: 1 addition & 1 deletion oe-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"variables": {
"host_port": "8080",
"repo_url": "https://github.com/nasa-gibs/onearth.git",
"repo_branch": "1.3.1"
"repo_branch": "1.3.2"
},
"builders": [
{
Expand Down
2 changes: 1 addition & 1 deletion oe-parallels.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"host_port": "8080",
"oe_version": "1.3.1"
"oe_version": "1.3.2"
},
"builders": [
{
Expand Down
2 changes: 1 addition & 1 deletion oe-vagrant.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"host_port": "8080",
"oe_version": "1.3.1"
"oe_version": "1.3.2"
},
"builders": [
{
Expand Down
2 changes: 1 addition & 1 deletion oe-virtualbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"host_port": "8080",
"oe_version": "1.3.1"
"oe_version": "1.3.2"
},
"builders": [
{
Expand Down
2 changes: 1 addition & 1 deletion oe-vmware.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"host_port": "8080",
"oe_version": "1.3.1"
"oe_version": "1.3.2"
},
"builders": [
{
Expand Down

0 comments on commit d6c8049

Please sign in to comment.