diff --git a/app/config.json b/app/config.json
index e972efe68125f7e966658ed56d1910713bf131a3..b0b2823901416db69cee8b2dab6a29c270b3d08c 100644
--- a/app/config.json
+++ b/app/config.json
@@ -259,6 +259,10 @@
       {
         "host": "g1-test.cgeek.fr",
         "port": 443
+      },
+      {
+        "host": "gtest.jytou.fr",
+        "port": 443
       }
     ],
     "plugins":{
diff --git a/doc/build_ios.md b/doc/build_ios.md
index eda62e510ce9b4f4eeb223d54b386d66432848bc..91d77479bbd9f3f3ee05040b9db8baf4932bf05c 100644
--- a/doc/build_ios.md
+++ b/doc/build_ios.md
@@ -82,7 +82,7 @@ npm install -g nw-gyp node-pre-gyp
 
 2. Install global dependencies (see [Development Guide](./development_guide.md) for versions to used) :
 ```
-npm install -g gulp bower@1.8.8 cordova@9.0.0 ionic@1.7.16
+npm install -g gulp bower cordova ionic@1.7.16
 ```
 
 3. Install project dependencies :
diff --git a/doc/development_guide.md b/doc/development_guide.md
index 300cfea2c63757c244d48714980f09d50c867035..5eea07a7bd7a7ab966e1c3b99218e258cbc78ca4 100644
--- a/doc/development_guide.md
+++ b/doc/development_guide.md
@@ -23,7 +23,7 @@ To build Cesium, you will have to:
       
   - Installing node.js build tools:
 ```
-   npm install -g gulp bower cordova @ionic/v1-toolkit@2.0.18
+   npm install -g gulp bower cordova ionic@1.7.16
 ```
    
 ## Get the source code and dependencies
diff --git a/doc/fr/development_tutorial-01.md b/doc/fr/development_tutorial-01.md
index 8f46a6cd9d3d087365ce50bfdd858a056da25ab2..c325af98ae54ef79df0fcc74fb2c44c286643cb7 100644
--- a/doc/fr/development_tutorial-01.md
+++ b/doc/fr/development_tutorial-01.md
@@ -127,7 +127,7 @@ cd cesium
 Puis, lancez le téléchargement et l'installation des modules Cesium à l'aide de la commande : 
 
 ```bash
-npm install -g gulp bower@1.8.8 cordova@9.0.0 ionic@1.7.16
+npm install -g gulp bower cordova ionic@1.7.16
 ```
 
 Puis pour les dépendances non globales :