Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 694 Bytes

About

Docker files for the browser based Cyber SKA FITS file viewer.

Creating the image

  • install docker
  • run $ make

Using the image

This container runs on 2 ports, 8080 and 80. 80 is the start page, where you will sent POST requests to. This will then redirect you to the actual FITS viewer.

environment variables

REDIRECT_URI. where can we find the actual FITS viewer.

default http://127.0.0.1:8080/pureweb/

license file

You need to have a license file to use this container. You can 'mount' the license file into the container using:

-v pureweb.lic:/opt/CSI/PureWeb/Server/conf/pureweb.lic