An open API service indexing awesome lists of open source software.

https://github.com/linea-it/sky-viewer

LIneA Science Server - new data visualization platform for LSST and other surveys. Evolution of the DES Science Server found on 'dri' repository.
https://github.com/linea-it/sky-viewer

astronomical-images data-visualization science-platform

Last synced: 4 months ago
JSON representation

LIneA Science Server - new data visualization platform for LSST and other surveys. Evolution of the DES Science Server found on 'dri' repository.

Awesome Lists containing this project

README

          

# Sky Viewer

LIneA Sky Viewer

## Setup Production Environment
https://github.com/linea-it/sky-viewer/blob/main/compose/production/README.md

## Build Manual do frontend e backend para utilizar no -dev
```bash
docker build -f compose/production/frontend/Dockerfile -t linea/skyviewer:frontend_$(git describe --always) .

docker build -f compose/production/django/Dockerfile -t linea/skyviewer:backend_$(git describe --always) .
```