From 08513aec7bdc80cdf731fd33b78bd3a1370de3a9 Mon Sep 17 00:00:00 2001 From: untypequicode Date: Mon, 28 Oct 2024 19:39:32 +0100 Subject: [PATCH] Ajout de strapi et changement de la version de node --- README.md | 11 +++++++++-- install-strapi.sh | 0 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 install-strapi.sh diff --git a/README.md b/README.md index 79d5b9e..b06dbf0 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,16 @@ chmod +x install-docker.sh Si vous voulez procéder à l'installation de site web vuejs ``` source ~/.bashrc -nvm install node -nvm use node +nvm install 20.18.0 +nvm use 20.18.0 wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-vuejs.sh chmod +x install-vuejs.sh ./install-vuejs.sh ``` + +Si vous voulez procéder à l'installation de strapi +``` +wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-strapi.sh +chmod +x install-strapi.sh +./install-strapi.sh +``` diff --git a/install-strapi.sh b/install-strapi.sh new file mode 100644 index 0000000..e69de29