Skip to content

Commit

Permalink
Added AWS setup section
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Oct 21, 2018
1 parent 7c250b1 commit 7bcc2bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ How?
* [Graphviz](http://www.graphviz.org/) (optional)
* AWS Batch computing environment properly configured (optional)

## Launch your AWS VM workspace

1. SSH in the login node:

`ssh [email protected]`

2. Launch your AWS instance

`launch-ec2.sh`

3. Open a new shell terminal and SSH to the new instance

`ssh me@<IP address printed by the previous command>`

## Installation

Expand Down

0 comments on commit 7bcc2bf

Please sign in to comment.