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: aws/README.asc
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,21 +39,21 @@ you will have the only copy. Keep it confidential in order to protect your accou
39
39
Setup local-machine
40
40
^^^^^^^^^^^^^^^^^^^
41
41
42
-
Install python and libcloud library. The following are steps for debian based
43
-
linux distributions.
42
+
Install python and libcloud library. The following are steps for *debian* based
43
+
linux distributions such as *Ubuntu*.
44
44
[source,bash]
45
45
-----
46
46
sudo apt-get instal python python-libcloud
47
47
-----
48
48
49
-
If you machine has python and pip installed, you can install libcloud with pip:
49
+
If you machine has python and pip installed, you can install libcloud with *pip*:
50
50
[source,bash]
51
51
-----
52
52
# With super-user privileges do following
53
53
pip install apache-libcloud
54
54
-----
55
55
56
-
For OSX, do the following:
56
+
For *OSX*, do the following:
57
57
[source,bash]
58
58
-----
59
59
port install py-libcloud
@@ -113,7 +113,7 @@ and the requested number of worker instances.
113
113
source setup.sh
114
114
-----
115
115
116
-
Once your instances are started, you can monitor them from the Amazon Web services https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:[Management Console]
116
+
NOTE: Once your instances are started, you can monitor them from the Amazon Web services https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:[Management Console]
117
117
118
118
119
119
Run the tutorial on the cloud
@@ -133,7 +133,6 @@ connect headnode
133
133
# This will have you logged in to the headnode on the cloud
134
134
-----
135
135
136
-
137
136
Run swift from your local machine
138
137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139
138
@@ -147,7 +146,8 @@ source setup.sh
147
146
-----
148
147
149
148
NOTE: You must source the setup.sh script.
150
-
149
+
WARNING: Once the cloud instances are started, they start costing money. Remember to shut down
0 commit comments