doc:formations:hebergement:service_non_publie:wisemapping
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
doc:formations:hebergement:service_non_publie:wisemapping [2025/03/20 17:02] – jeremie | doc:formations:hebergement:service_non_publie:wisemapping [2025/03/20 17:33] (Version actuelle) – jeremie | ||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | |||
+ | Via docker: | ||
+ | adduser wisemapping | ||
+ | usermod -aG docker wisemapping | ||
+ | su - wisemapping | ||
+ | docker run -it --rm -p 8088:8080 wisemapping/ | ||
+ | |||
+ | |||
+ | Sans docker via npm/nodejs (+4GB !) | ||
< | < | ||
Ligne 21: | Ligne 32: | ||
cd wisemapping-open-source/ | cd wisemapping-open-source/ | ||
mvn -f wise-api/ | mvn -f wise-api/ | ||
- | cd wise-api | + | |
- | # Check with | + | vi ./ |
+ | # and add non default server "port: 8088" at the end of the file | ||
+ | server: | ||
+ | port: 8088 | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | Run the backend: | ||
+ | |||
+ | < | ||
+ | cd ~/ | ||
mvn spring-boot: | mvn spring-boot: | ||
- | <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 | ||
Ligne 52: | Ligne 78: | ||
npm install -g webpack | npm install -g webpack | ||
npm install -g webpack-cli | npm install -g webpack-cli | ||
+ | |||
+ | # Fix the backend port in ~/ | ||
+ | </ | ||
+ | |||
+ | And to start the front end: | ||
+ | |||
+ | < | ||
+ | cd ~/ | ||
+ | yarn start | ||
</ | </ | ||
+ | Check http:// | ||
doc/formations/hebergement/service_non_publie/wisemapping.1742490120.txt.gz · Dernière modification : 2025/03/20 17:02 de jeremie