github.com/gorgonia/agogo@v0.1.1/deploy/componenttester/README.md (about)

     1  # agogo component tester!
     2  
     3  ## requirements:
     4  
     5  - bash 4+
     6  - GitHub user/pass
     7  - a $HOME/.aws/credentials file configured with your API key/secret (generated from the console)
     8  - your own keypair (if you want to connect to the instance for manual ops)
     9  
    10  Unfortunately OSX defaults to bash 3.2.57(1)-release (lame)
    11  
    12  To install with Homebrew:
    13  ```sh
    14  brew install bash
    15  ```
    16  This will place a link in /usr/local/bin/bash
    17  
    18  If you've got some other fancy setup, just edit componenttester.sh and update the shebang line
    19  
    20  Finally, if you want to connect to the instance, you will need your own keypair.
    21  
    22  ## how to run:
    23  ```sh
    24  ./componenttester.sh
    25  ```
    26  Follow the instructions.
    27  
    28  Be sure not to leave any stacks running (the script tries to be clever about this)
    29  
    30  ## todo:
    31  - spit out IP of instance if user keeps stack
    32  - capture user's IP for inbound SSH