Ceci est une ancienne révision du document !
Wisemapping (mindmap en ligne)
<code> apt install maven
adduser wisemapping su - wisemapping
wget https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.tar.gz tar xvzf jdk-24_linux-x64_bin.tar.gz
cat » ~/.bashrc export JAVA_HOME=/home/wisemapping/jdk-24 export PATH="$JAVA_HOME/bin:$PATH" <Ctrl-D>
git clone https://github.com/wisemapping/wisemapping-open-source.git cd wisemapping-open-source/ mvn -f wise-api/pom.xml package cd wise-api # Check with mvn spring-boot:run <Ctrl-C>
cd ~ git clone https://github.com/wisemapping/wisemapping-frontend cat » ~/.bashrc export NODE_OPTIONS=–openssl-legacy-provider export APP_CONFIG_TYPE="file:dev" <Crtl-D>
# Install NVM as a user curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash source ~/.bashrc nvm install <version>
yarn install
curl -o- -L https://yarnpkg.com/install.sh | bash
# Npm curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash <code>