Skip to content

Commit f4edd18

Browse files
author
Anubhav Sharma
committed
added readme for Cloud9
1 parent 75c3c01 commit f4edd18

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Cloud9Setup/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
Use the script below to increase the disk size of your Cloud9 instance to 50 GB.
3+
```
4+
./increase-disk-size.sh
5+
```
6+
7+
Run the script below to install the pre-requistes.
8+
```
9+
./pre-requisites.sh
10+
```
11+
12+
Run the below script in the newly opened terminal to check if all the pre-requisites were installed correctly
13+
```
14+
./pre-requisites-versions-check.sh
15+
```

0 commit comments

Comments
 (0)