zulip/tools/run-graphiti

10 lines
160 B
Plaintext
Raw Normal View History

#!/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