Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 419 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 419 Bytes

german-bot

Starting application

Build and publish docker image:

./gradlew dockerPublish

Set env variables:

export MESSENGER_VERIFY_TOKEN=...
export MESSENGER_PAGE_ACCESS_TOKEN=...
export MESSENGER_APP_SECRET=...

or:

source ./setenv.sh

Run dynamodb in a local docker container:

docker run -p8000:8000 -d dwmkerr/dynamodb

Run in docker:

./run.sh