-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e88b6cf
commit b9f6f8b
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |