Current status can be found here.
- Once:
./prep.sh
. - Replace the encrypted
.env
with yours, including the environment variables Hemppa needs to run. My current.env
contains the following information:
MATRIX_ACCESS_TOKEN='<REDACTED>'
SERV='jupiterbroadcasting.com'
MATRIX_USER="@gammabot:$SERV"
MATRIX_SERVER="https://colony.$SERV"
BOT_OWNERS="@gammafunction:matrix.org,@gamma:$SERV,@bmeares:$SERV"
TZ="US/Central"
- Run
./start.sh
.