Outils pour utilisateurs

Outils du site


doc:formations:hebergement:service_non_publie:wisemapping

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
doc:formations:hebergement:service_non_publie:wisemapping [2025/03/20 16:58] jeremiedoc:formations:hebergement:service_non_publie:wisemapping [2025/03/20 17:33] (Version actuelle) jeremie
Ligne 2: Ligne 2:
  
 https://github.com/wisemapping/wisemapping-open-source/ https://github.com/wisemapping/wisemapping-open-source/
 +
 +
 +
 +Via docker:
 +  adduser wisemapping
 +  usermod -aG docker wisemapping
 +  su - wisemapping
 +  docker run -it --rm -p 8088:8080 wisemapping/wisemapping:latest
 +
 +
 +Sans docker via npm/nodejs (+4GB !)
  
 <code> <code>
Ligne 21: Ligne 32:
 cd wisemapping-open-source/ cd wisemapping-open-source/
 mvn -f wise-api/pom.xml package mvn -f wise-api/pom.xml package
-cd wise-api + 
-# Check with+vi ./src/main/resources/application.yml 
 +# and add non default server "port: 8088" at the end of the file 
 +  server: 
 +    port: 8088 
 + 
 + 
 +</code> 
 + 
 +Run the backend: 
 + 
 +<code> 
 +cd ~/wisemapping-open-source/wise-api/
 mvn spring-boot:run mvn spring-boot:run
-<Ctrl-C>+</code> 
 + 
 +Front end: 
 + 
 +<code>
  
 cd ~ cd ~
Ligne 46: Ligne 72:
  
  
-cd wisemapping-frontend/+cd ~/wisemapping-frontend/
 yarn install yarn install
 yarn build yarn build
 +
 +npm install -g webpack
 +npm install -g webpack-cli
 +
 +# Fix the backend port in ~/wisemapping-frontend/packages/webapp/webpack.dev.js from 8080 to 8088
 +</code>
 +
 +And to start the front end:
 +
 +<code>
 +cd ~/wisemapping-frontend/packages/webapp
 +yarn start
 </code> </code>
  
 +Check http://192.168.1.66:3000/c/login
  
  
doc/formations/hebergement/service_non_publie/wisemapping.1742489882.txt.gz · Dernière modification : 2025/03/20 16:58 de jeremie