Advertisement
apfelcast

Bitwarden

Jul 22nd, 2020
4,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ###### Install Bitwarden using Docker ######
  2.  
  3. (## Install Docker & Docker-Compose ##)
  4.  
  5. ## Download installer skript ##
  6. curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \
  7. && chmod +x bitwarden.sh
  8.  
  9. ## run installer skript ##
  10. ./bitwarden.sh install
  11.  
  12. ## generate installation ID/Key ##
  13. https://bitwarden.com/host
  14.  
  15. ## start Bitwarden ##
  16. ./bitwarden.sh start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement