24 lines
813 B
Bash
Executable File
24 lines
813 B
Bash
Executable File
# cp ~/src/remotestorage/modules/src/chat-messages.js ~/src/kosmos/hubot-remotestorage-logger/lib/chat-messages.es6
|
|
# rm -rf node_modules/hubot-openassets
|
|
# npm install
|
|
|
|
PORT=8888 \
|
|
HUBOT_IRC_SERVER="irc.freenode.net" \
|
|
HUBOT_IRC_ROOMS="#kosmos-dev,#kosmos-random" \
|
|
HUBOT_IRC_NICK="hal7000" \
|
|
HUBOT_IRC_UNFLOOD="300" \
|
|
HUBOT_RSS_PRINTSUMMARY="false" \
|
|
HUBOT_RSS_IRCCOLORS="true" \
|
|
HUBOT_RSS_HEADER="Update:" \
|
|
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,slvrbckt,raucao" \
|
|
LOG_HTTP_PORT=7000 \
|
|
LOG_STEALTH="true" \
|
|
WEBHOOK_TOKEN="kosmosplusplus" \
|
|
HUBOT_YUBIKEY_API_ID="change-me" \
|
|
KREDITS_WEBHOOK_TOKEN="123" \
|
|
KREDITS_ROOM="#kosmos-dev" \
|
|
KREDITS_WALLET_PATH="wallet.json" \
|
|
KREDITS_WALLET_PASSWORD="foo" \
|
|
KREDITS_CONTRACT_ADDRESS="0x1e77db134531f8e8f3d97428285d096b4b85e2c4" \
|
|
bin/hubot --name hal7000
|