https://github.com/begriffs/stalk27
When will route 27 actually arrive? No more lies.
https://github.com/begriffs/stalk27
Last synced: about 1 year ago
JSON representation
When will route 27 actually arrive? No more lies.
- Host: GitHub
- URL: https://github.com/begriffs/stalk27
- Owner: begriffs
- Created: 2015-04-20T06:21:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T16:17:59.000Z (over 10 years ago)
- Last Synced: 2025-01-10T17:50:11.612Z (about 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Capture Full Log of Route 27 at Powell
Deploys an EC2 box that checks each minute the position, speed,
orientation and predicted arrival of route 27. This bus has messed
with me one too many times and now it's time to get even.
1. Sign up for Amazon Web Services free tier [here](http://aws.amazon.com/free/).
It is **extremely important** to ensure the region in your
Amazon Web Console is set to "N. California" as the defaults
are all configured to use this region in future steps. If you decide
to use a different region you will need to specify the region in future
steps when noted.
2. Clone this repo including its chef recipe submodules.
```bash
git clone --recursive https://github.com/begriffs/stalk27.git
```
3. Install Packer.
On a Mac you can use homebrew:
```bash
brew tap homebrew/binary
brew install packer
```
4. Build the AMI
```bash
packer build -var 'aws_access_key=xxx' -var 'aws_secret_key=xxx' stalker.json
```
5. Launch the AMI from the Amazon Web Console. Then go watch the
files accumulate on your S3 bucket.