Skip to content
Chiara Marmo edited this page Jan 18, 2018 · 3 revisions

How to deploy the Planetary App based on Cesium

  1. Clone the code : $ git clone https://github.com/epn-vespa/cesium.git <your-cesium-directory>

  2. Check you are in the planetary branch :

$ cd <your-cesium-directory>

$ git checkout planetary

  1. Install the npm modules : $ npm install

  2. Prepare the minified files :

$ npm run combine

$ npm run minifyRelease

  1. Build the application : $ npm run buildPlApps

  2. Start a local nodejs server : $ npm start

The interface is then accessible at the page http://localhost:8080/Build/Apps/PlanetaryCesiumViewer/index.html

  1. Or copy the directory <your-cesium-directory>/Build on your web server following your host configuration
Clone this wiki locally