You should first put some needed env variables in a .env
file in the root of
the directory:
AMIANDO_API_KEY=xxxxx
AMIANDO_EVENT_ID=51748118
GOOGLE_ANALYTICS_ID="UA-28339484-2"
Then you can set those variables to your current environment:
$ export "`cat .env`"
$ foreman start
Note: Foreman will automatically use the .env file without having to export the variables first.
Then you can run the test suite:
$ rake
$ rake sync_tickets