This is the installable version of NASA's PSG suitable for AMD processors computers (most non-Apple)
10K+
Detailed information into how to operate PSG Docker system is available at https://psg.gsfc.nasa.gov/helpapi.php
Please follow these steps to install PSG Docker on your machine
yum install docker
sudo systemctl start docker
In Macs or in Windows, you would need to install the free Rancher Desktop application on your computer. This is relatively easy and it will establish a virtualization system in which PSG will run. When installing, make sure to select 'dockerd (moby)' for the container runtime, 'Automatic' for path configuration, disable 'Kubernetes'. To avoid requiring 'sudo access' or administrative access to the app, please consider installing in your home applications directory not (/Applications). The application is downloadable at rancherdesktop.io.
For computers with Apple M1/M2 ARM chips
docker logout
docker pull nasapsg/psg
docker tag nasapsg/psg psg
For all other computers
docker logout
docker pull nasapsg/psg-amd
docker tag nasapsg/psg-amd psg
docker run -d --name psg -p 127.0.0.1:3000:80 psg
To visit the local site of PSG, open your browser and go to http://localhost:3000, while to run the local version of the Application-Program-Interface (API), enter the following command:
curl --data-urlencode file@psg_cfg.txt http://localhost:3000/api.php
curl http://localhost:3000/index.php?install=package
curl http://localhost:3000/index.php?update=package
curl http://localhost:3000/index.php?remove=package
Content type
Image
Digest
sha256:b3fd31dae…
Size
1006 MB
Last updated
about 2 months ago
docker pull nasapsg/psg-amd