(Grav GitSync) Automatic Commit from tanshu
This commit is contained in:
parent
a80cf229f3
commit
eb7b837d10
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Bitwarden
|
||||
---
|
||||
|
||||
1. Create custom webapp called warden
|
||||
2. clone https://github.com/jcs/bitwarden-ruby into the directory
|
||||
3. cd ~/webapps
|
||||
4. clone https://github.com/jcs/bitwarden-ruby.git warden
|
||||
5. cd warden
|
19
pages/06.bitwarden/docs.md
Normal file
19
pages/06.bitwarden/docs.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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
|
||||
```sh
|
||||
alias ruby=ruby2.4
|
||||
alias gem=gem2.4
|
||||
```
|
||||
### 2. Install Bitwarden Ruby into the directory
|
||||
```sh
|
||||
cd ~/webapps
|
||||
clone https://github.com/jcs/bitwarden-ruby.git warden
|
||||
cd warden
|
||||
bundle install
|
||||
```
|
||||
### 3. Start / Stop / Restart and Cron scripts
|
Loading…
Reference in New Issue
Block a user