(Grav GitSync) Automatic Commit from tanshu

This commit is contained in:
tanshu 2017-11-23 05:49:12 +00:00 committed by GitSync
parent a80cf229f3
commit eb7b837d10
2 changed files with 19 additions and 9 deletions

View File

@ -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

View 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