https://github.com/dmitryduev/qserv
Astronomy observations queue server for Robo-AO
https://github.com/dmitryduev/qserv
Last synced: about 2 months ago
JSON representation
Astronomy observations queue server for Robo-AO
- Host: GitHub
- URL: https://github.com/dmitryduev/qserv
- Owner: dmitryduev
- License: mit
- Created: 2015-10-22T23:58:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T07:53:06.000Z (over 5 years ago)
- Last Synced: 2024-10-07T12:42:08.732Z (8 months ago)
- Language: Python
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## `qserv`: managing Robo-AO's observing queue
Setup instructions:
```bash
docker build --rm -t qserv:latest -f Dockerfile .
docker run --name qserv -d --restart always -p 8081:8081 -v /path/to/Queue:/queue qserv:latest
#docker run -it --rm --name qserv -p 8081:8081 -v /Users/dmitryduev/web/qserv/_q:/queue qserv:latest
```Make sure to replace `/path/to/Queue` with an actual system path. That's it!