Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Lab-5 PaaS on Cloud Computing

Introduction
Platform as a Service (PaaS) is a category of cloud computing services that provides a
platform allowing customers to develop, run, and manage applications without dealing
with the complexities of infrastructure management. PaaS sits in the middle of the cloud
service models, between Infrastructure as a Service (IaaS) and Software as a Service
(SaaS).

Steps involving for deploying PaaS in Cloud


1. Firstly, create a php file to upload in FileZilla

2. Create a web app and select php 8.2 for runtime stack
3. Select the database if needed, so we are only tested one page application

4. In this we deploy from FTP so the GitHub option is discarded

5. After deployment we obtain the information


6. After deployment of Web app

7. Go to FileZilla, put host, username, password and click Quick connect

8. Make sure the certification is trusted


9. Go to Remote site directory and paste code on Remote site->site->wwwroot
10. Go to the browser and paste default domain

11. The dashboard of Web app after deployment

Conclusion
In conclusion, the deployment of Platform as a Service (PaaS) in the cloud offers
numerous advantages for organizations and developers seeking a streamlined and
efficient application development and deployment process.

You might also like