Compare commits
2 Commits
24574e01e5
...
f8800cbd06
| Author | SHA1 | Date | |
|---|---|---|---|
| f8800cbd06 | |||
| 1835faaa0a |
12
README.md
12
README.md
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user