mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
10 lines
160 B
Bash
10 lines
160 B
Bash
#!/bin/bash
|
|
|
|
export HOME=/home/humbug
|
|
export PATH="/home/humbug/.rbenv/bin:$PATH"
|
|
|
|
eval "$(rbenv init -)"
|
|
|
|
cd /home/humbug/graphiti
|
|
bundle exec unicorn -p 8088
|