forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 6
Deploying
Chiara Marmo edited this page Dec 1, 2017
·
3 revisions
-
Clone the code :
$ git clone git clone https://github.com/epn-vespa/cesium.git <your-cesium-directory>
-
Check you are in the planetary branch :
$ cd <your-cesium-directory>
$ git checkout planetary
-
Install the npm modules :
$ npm install
-
Prepare the minified files :
$ npm run combine
$ npm run minifyRelease
-
Build the application :
$ npm run buildPlApps
-
Start a local nodejs server :
$ npm start
The interface is then accessible to the page http://localhost:8080/Build/Apps/PlanetaryCesiumViewer/index.html
- Or copy the directory
<your-cesium-directory>/Build
on your web server following your host configuration