mirror of https://github.com/zulip/zulip.git
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
#!/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
|