Skip to content

panoptes/PAWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c9b5b0 · Jul 14, 2019
Jul 14, 2019
Jul 14, 2019
May 12, 2019
Feb 9, 2019
Jan 20, 2018
Feb 5, 2019
Feb 4, 2016
Jul 21, 2016
Jul 13, 2016
May 12, 2019
Feb 3, 2016
Jul 14, 2019
May 12, 2019

Repository files navigation

PAWS

PANOPTES Administrative Web Site

A small web service that runs locally on a PANOPTES unit and is designed to show status of running observations.

Installing PAWS

PAWS is run as a docker container from the gcr.io/panoptes-survey/paws images and as such no installation is necessary (other than Docker). To obtain the image, run:

docker pull gcr.io/panoptes-survey/paws

Running PAWS

The best way to run PAWS is from the $POCS/scripts/pocs-docker.sh file. See POCS for details, but to start up PAWS you can run the following (which will also start the config-server and messaging-hub as paws relies on them):

cd $POCS
scripts/pocs-docker.sh up paws

The above script merely gives docker-compose the correct files. You can achieve the same as above with:

cd $PANDIR/PAWS
docker-compose -f $PANDIR/panoptes-utils/docker/docker-compose.yaml \
                -f $PANDIR/PAWS/docker/docker-compose.yaml \
                up

About

PANOPTES Administrative Web Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published