This course deals in three topics AWS Cloud9 IDE and Java, Written in Php. AWS Cloud 9 is a Integrated Development Program comes with a whole package. Where you can write, run, debug your code with just a browser. Provides essential tools for programming languages like JavaScript, Java, python. you don’t need to configure things to start new projects.
simple features of AWS Cloud9:
Code together in Real time
Code with Just a Browser
Build Server less Applications with ease.
-
1.Supported Runtimes in AWS Cloud9
Before getting started with creating runtime environment and execute hello world programs in Java and PHP and other languages, lets look at what all runtimes are supported. one could create programs / application using one of the following programming languages:
-
2.Create your AWS Account
Create an AWS account. You can get started by accessing AWS Console Page from where you can either open an account or sign in.
-
3.Access Cloud9 Service
Go to Cloud9 IDE Service; From the AWS Services home page after you logged in, click on Cloud9 which can be found under Developer Tools. Alternatively, click on cloud9 home page.
-
4.Create Cloud9 Environment
From Cloud9 homepage, click on the button “Get started with AWS Cloud9”. Click on Create environment.
-
5.Configure / Review Cloud9 Environment
After you have entered environment details, next step is to configure the environment. As part of configuring the environment, you would be choosing an instance type which would be used to run your runtime environment. Once done with configuration, next step is to review.
-
6.Cloud9 IDE First Look
As a result of above, you end up creating your Cloud9 IDE. You can also access the dashboard by clicking Cloud9 under Developer Tools from AWS Services dashboard.
-
7.Create / Run PHP Program
Now it is time to create your first PHP Hello Program. Click on File / New or Alt N or + green circular button. Once file is created, click on Run button to run the Hello world program using PHP runtime. Next step is to see the output in a browser. Click on Preview button.
-
8.Create / Run JAVA Program
In the similar manner as above, Create a Java HelloWorld program by on File / New or Alt N or + green circular button and creating a new file such as below. Once done, click on Run button and you would end up printing Hello world message.
-
9.Collaborate with Other Developers
You can also collaborate with other developers.
-
10.Delete the Environment
If you are done with your POC or programming, go ahead and delete the environment from Cloud9 Dashboard. Following screenshot represents the same. Click on Delete button and following dialog box would appear. Write “Delete” in textfield and submit. Your environment would be deleted. As a summary, we looked at different steps required to getting started with hello world programs using Java and PHP with AWS Cloud9 IDE.
0.00 average based on 0 ratings