Open rsignell-usgs opened 5 years ago
git clone https://github.com/rsignell-usgs/docker-js.git
made a lot of progress, as these are now working as secure sites:
Key things we did:
made sure the firewall rules on rsignell-test.whoi.edu
matched the ones gamone.whoi.edu
( Mark Jones at WHOI needed to set this up)
stopped the nginx container, deleted everything in /opt/nginx/brad/
.
set the environment var in docker-compose.yml
to - "CERTS=rsignell-test.whoi.edu,geoport-dev.usgs.esipfed.org"
.
started nginx
stopped erddap
edited /opt/docker/erddap/setup.xml
and set <baseUrl>https://geoport-dev.usgs.esipfed.org</baseUrl>
restarted erddap
stopped pycsw
edited /opt/docker/pycsw/usgs-cmg.cfg
and set url=http://geoport-dev.usgs.esipfed.org/csw
started pycsw
added sand and silt to /etc/fstab
did mkdir /clay/usgs
and added this to fstab:
-bash-4.2$ more /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Jan 8 14:31:43 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/centos_centosproto-root / xfs defaults 0 0
UUID=e3d83069-e350-4852-ade6-d2971c3dc237 /boot xfs defaults 0 0
/dev/mapper/centos_centosproto-swap swap swap defaults 0 0
silt.whoi.edu:/usgs /silt/usgs nfs defaults 0 0
sand.whoi.edu:/usgs /sand/usgs nfs defaults 0 0
sand.whoi.edu:/usgs /clay/usgs nfs defaults 0 0
@zdefne-usgs and @rsignell-usgs are going to try installing the gamone.whoi.edu technology stack (mostly docker containers) on a VM running centos 7.