-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Sarah Adams edited this page Sep 20, 2013
·
7 revisions
- Clone the Botling repo
git clone [email protected]:Sproutling/botling.git
- Deploy your Botling app to a server (Heroku is an easy one). You'll need to use a custom buildpack on Heroku:
heroku create -b https://github.com/kr/heroku-buildpack-go.git
. - Set the necessary environment variables for your Botling app - list is below.
- If there's any functionality you don't want to use, be sure to comment it out in
speak.go
. - Run botling on a worker instance. On Heroku, configuring this is a matter of setting your free Dyno to 'worker' and not 'web'. You can do this at https://dashboard.heroku.com/apps/YOUR-APP-NAME/resources