Skip to content

Installation

mmebsout edited this page Jan 31, 2020 · 13 revisions

Install DataCube

Prerequisite

DataCubeServer

As explained in the Introduction

  1. Install and launch DataCubeServer following the instructions of the project.

  2. Add the default cube file to the Server 'public' folder

wget -P <path>/public http://idoc-herschel.ias.u-psud.fr/sitools/datastorage/user/storageRelease//R7_spire_fts/HIPE_Fits/FTS_SPIRE/OT1_atielens/M17-2/1342228703_M17-2_SPIRE-FTS_15.0.3244_HR_SLW_gridding_cube.fits

Standalone

With Docker

Existing images

There are pre-built images availabes in the following Dockerhub repositories :

Creating new images

Use the scripts available in the docker_datacube or docker_datacube_and_server folders to create a new image. To do so, follow the doc available in the README.md of each folder.

Without Docker

Install dependencies

 npm install

Run in Development

  1. Run
npm start
  1. Open localhost:4200 in your browser

Run in Production

  1. Run
npm run build && mv build/ datacube/ && cp -R datacube/ <http-server>/
  1. Open <youdomain>/datacube/ in your browser

As a plugin in MizarWidget

<-TODO->

Clone this wiki locally