You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
cfncluster
2
2
==========
3
3
4
-
cfncluster is a sample code framework that deploys and maintains clusters on
4
+
cfncluster is a framework that deploys and maintains HPC clusters on
5
5
AWS. It is reasonably agnostic to what the cluster is for and can easily be
6
6
extended to support different frameworks. The the CLI is stateless,
7
7
everything is done using CloudFormation or resources within AWS.
8
8
9
9
### Installation
10
10
11
-
The current working version is cfncluster-0.0.8. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
11
+
The current working version is cfncluster-0.0.10. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
Once installed, you should update the Environment Variables to have the Python install directory and Python Scripts directory in the PATH, for example: C:\Python27;C:\Python27\Scripts
0 commit comments