Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 authored Jun 20, 2022
1 parent e88b6cf commit b9f6f8b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# aws-parallelcluster-rsw
An opinionated setup of RSW for the use with AWS ParallelCluster

# QuickStart

## python venv (one time setup)

```
python3 -m venv aws-parallelcluster
source aws-parallelcluster/bin/activate
pip install --upgrade pip
pip install aws-parallelcluster
```

Once done, a `source aws-parallelcluster/bin/activate` will activate the `venv`, a simple `deactivate` will deactivate it again.


## Edit config variables

Edit lines 3 to 9 of `deploy.sh` to reflect the appropriate details of your environment.

## Start the deployment

Run `./deploy.sh`. This will copy scripts and config files to the existing S3 bucket and trigger the installation of the HPC cluster.


# More information

See [docs](./docs) folder.

0 comments on commit b9f6f8b

Please sign in to comment.