grav/pages/06.bitwarden/docs.md

442 B

title
Bitwarden

1. Prepare the environment

Create custom webapp called warden in the control panel

Configure Ruby 2.4 by editing ~/.bash_aliases and adding these aliases

alias ruby=ruby2.4
alias gem=gem2.4

2. Install Bitwarden Ruby into the directory

cd ~/webapps
clone https://github.com/jcs/bitwarden-ruby.git warden
cd warden
bundle install

3. Start / Stop / Restart and Cron scripts