diegimas
Atlikite šiuos veiksmus, norėdami įdiegti „Bitwarden“ į „Ubuntu 20.04 LTS“ FOCAL FOSSA:
- Vykdykite šias AKT komandas atnaujinti sistemos paketus.
sudo apt update
sudo apt upgrade
- Paleiskite šią komandą, kad įdiegtumėte priklausomybes
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
- Dabar įdiekite „Bitwarden“ naudodami savo „Docker“ konteinerį.
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
- Paleiskite šią komandą, kad pridėtumėte „Docker“ saugyklą.
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- Įdiekite „Docker“ ir „Docker“, sukurkite šią komandą.
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose
- Dabar paleiskite po „Curl“ komandos.
curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh
chmod +x bitwarden.sh
- Pradėkite diegti su šia komanda.
./bitwarden.sh install
- Po sėkmingo diegimo paleiskite „Bitwarden“ paslaugą naudodami šią komandą
./bitwarden.sh start
-Dabar pasiekite žiniatinklio sąsają naudodami URL http: // savo server-ip. Turėtumėte pamatyti „Bitwarden“ prisijungimo ekraną.