mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
10 lines
165 B
Bash
10 lines
165 B
Bash
#!/bin/bash
|
|
|
|
export HOME=/home/humbug
|
|
export PATH="/home/humbug/.rbenv/bin:$PATH"
|
|
|
|
eval "$(rbenv init -)"
|
|
|
|
cd /home/humbug/graphiti
|
|
exec bundle exec unicorn -p 8088
|