linux:ohmyform
Différences
Ci-dessous, les différences entre deux révisions de la page.
| linux:ohmyform [2023/08/27 20:08] – créée root | linux:ohmyform [2023/08/27 20:16] (Version actuelle) – root | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Install Ohmyform ====== | ====== Install Ohmyform ====== | ||
| - | sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common | + | <code bash>apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common |
| - | | + | curl -fsSL https:// |
| - | | + | add-apt-repository "deb [arch=amd64] https:// |
| - | | + | apt update |
| - | 10 | + | apt-cache policy docker-ce |
| - | 11 sudo apt install docker-ce | + | apt install docker-ce |
| - | 12 sudo systemctl status docker | + | systemctl status docker |
| - | 13 | + | nano docker-compose.yml |
| + | </ | ||
| + | <file yml docker-compose.yml> | ||
| version: " | version: " | ||
| services: | services: | ||
| Ligne 28: | Ligne 29: | ||
| - " | - " | ||
| restart: unless-stopped | restart: unless-stopped | ||
| + | </ | ||
| + | docker compose up -d | ||
| + | docker ps | ||
| + | </ | ||
| - | | + | ===== Install metabase ===== |
| - | | + | <code bash>apt install openjdk-11-jre |
| - | | + | |
| - | + | ||
| - | apt install openjdk-11-jre | + | |
| wget https:// | wget https:// | ||
| java -jar metabase.jar | java -jar metabase.jar | ||
| + | </ | ||
linux/ohmyform.1693166888.txt.gz · Dernière modification : de root
