Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herried committed Aug 7, 2015
1 parent 83bc8e2 commit beacc3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ The PGC Information Pages is a stand-alone web application that displays a conti
This is the simplest option with no customizations. It will always deploy the latest release of this application.
> Your location will not be updated. It will display St. Paul, Minnesota.
1. On the host machine, point a web browser to the following URL:
1. On the host machine, point a web browser to the following URL:
`http://applications.pgc.umn.edu/infopages`
2. Within the application, click the "GO FULL SCREEN" button in the top-right corner

### Option 2: Self-Hosted
This configuration allows you to customize your location and deploy on your own web server.

1. Download and unzip the latest release:
`https://github.com/PolarGeospatialCenter/pgc-info-pages/releases/latest`
2. Edit the `settings.js` file for your location (zip code, city/state/country, or latitude/longitude)
3. Copy the files to a publicly-accessible location on your web server
1. Download and unzip the latest release:
https://github.com/PolarGeospatialCenter/pgc-info-pages/releases/latest
2. Edit the `dist/settings.js` file for your location (zip code, city/state/country, or latitude/longitude)
3. Copy the *entire* contents of the `dist` directory to a publicly-accessible location on your web server
4. Point a web browser to the directory containing the `index.html` file
5. Within the application, click the "GO FULL SCREEN" button in the top-right corner

Expand Down

0 comments on commit beacc3a

Please sign in to comment.