Dockerized foodtruck app that runs on Raspberry Pi. Based on resin/rpi-raspbian base image.
Make sure you have Docker installed
###Clone this repo
$ git clone https://github.com/wujiaqi/foodtrucks.git
###Set access tokens in env Set access tokens and keys for Twitter and Pushbullet in the env.list file
$ cat env.list
# Twitter access key/tokens
TW_CONSUMER_KEY=<key>
TW_CONSUMER_SECRET=<secret>
TW_ACCESS_TOKEN=<token>
TW_ACCESS_TOKENSECRET=<tokensecret>
# access token for pushbullet
PUSHBULLET_TOKEN=<access token>
###docker build
$ docker build -t rpi-foodtrucks .
###Run
$ docker run -d --name="rpi_foodtrucks" rpi-foodtrucks