Compare commits

...

2 Commits

Author SHA1 Message Date
f8800cbd06 Correctif 2024-10-26 01:59:55 +02:00
1835faaa0a Mise à jour du README 2024-10-26 01:59:45 +02:00
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Installation de :
- git
- btop
- tree
- docker
```
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install.sh
chmod +x install.sh
@@ -5,6 +10,13 @@ chmod +x install.sh
```
Si vous voulez procéder à la suite de docker
Installer docker de :
- nginx-proxy-manager
- grafana
- prometheus
- cadvisor
- npm
- nvm
```
sudo usermod -aG docker $USER
mkdir -p /home/$USER/docker

View File

@@ -58,7 +58,7 @@ if command -v docker &> /dev/null; then
echo "cAdvisor a été installé avec succès!"
echo "Ajout de cAdvisor dans le fichier de configuration de Prometheus..."
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/cadvisor/config-prometheus.yml
cat config-prometheus.yml > /home/$USER/docker/prometheus/prometheus/prometheus.yml
cat config-prometheus.yml >> /home/$USER/docker/prometheus/prometheus/prometheus.yml
echo "cAdvisor a été ajouté avec succès dans le fichier de configuration de Prometheus!"
echo "cAdvisor a été installé avec succès!"
else