Ajout de strapi et changement de la version de node
This commit is contained in:
11
README.md
11
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
|
||||
```
|
||||
|
||||
0
install-strapi.sh
Normal file
0
install-strapi.sh
Normal file
Reference in New Issue
Block a user