1
0
Fork 0

Add README

This commit is contained in:
Andrew Tomaka 2018-03-08 11:29:47 -05:00
parent 8c0af7f458
commit b221851924
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# lightspeed-watcher
Track areas currently beign crowd source funded from www.golightspeed.com
## Development
* `cp .env.sample .env`
* edit .env to have the zones you are interested in
* `docker-compose up -d`
* `make setup`
* `make test`
* Will insert into DynamoDB
You can use the shell of the local DynamoDB container to view results:
http://localhost:8898
## Production
* `cp .env .env.production`
* Remove `DYNAMODB_ENDPOINT` setting
* `make deploy`