-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
mmebsout edited this page Jan 31, 2020
·
13 revisions
As explained in the Introduction
-
Install and launch DataCubeServer following the instructions of the project.
-
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
There are pre-built images availabes in the following Dockerhub repositories :
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.
npm install- Run
npm start- Open
localhost:4200in your browser
- Run
npm run build && mv build/ datacube/ && cp -R datacube/ <http-server>/- Open
<youdomain>/datacube/in your browser
<-TODO->