-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Rich Signell edited this page Jul 11, 2016
·
16 revisions
Welcome to the terriajs-dive wiki!
-
Use #clean on Terria for removing default catalog, like this: http://comt.sura.org/proxy_3001/#clean&https://raw.githubusercontent.com/rsignell-usgs/ehzrap/master/testing/bird_migration.json
-
See the "newui" in action here: http://preview.nationalmap.terria.io/
-
the USGS staging deployment is at: https://maps-staging.snafu.cr.usgs.gov/TerriaMap/CDI-Dive/ (only accessible from USGS network, source at https://my.usgs.gov/bitbucket/projects/CDI/repos/terriajs-dive/browse?at=refs%2Fheads%2Fstaging
-
the WHOI deployment is at: http://gamone.whoi.edu/terriajs/, deployed via:
ssh gamone.whoi.edu
sudo su - usgs
cd /home/usgs/github
git clone https://my.usgs.gov/bitbucket/scm/cdi/terriajs-dive.git
cd terriajs-dive
git checkout staging
npm install
# the install process then complained about reactjs not being up to date or something. Conferred with Kevin
# Ring who told me to merge TerriaMap#newui
git remote add terriamap https://github.com/TerriaJS/TerriaMap.git
git fetch terriamap && git merge terriamap/newui
rm -rf node_modules/terriajs
sudo vi package.json
# changed the line in package.json for terriajs to the colorScaleRange branch
# "terriajs": "git://github.com/TerriaJS/terriajs.git#colorScaleRange",
npm install
gulp
npm start