Cloud PHP PaaS of your own can be started with a simple but powerful Free Repository, the advantage of using PHP are numerous as PaaS for the starters. In this article on Cloud PHP PaaS of your own, we will actually guide you for creating a Platform as a Service, which actually needs quite good grasp on UNIX commands, networking etc.
Cloud PHP PaaS of Your Own With Simple Coding : Source Code and Scope
You can download the repository from GitHub to create a Cloud PHP PaaS :
1 | https://github.com/sraymond/baobapp-framework |
The advantage of using PHP as framework for Cloud PHP PaaS or rather your first Platform as a Service is, as PHP is easy to understand, specially who are new to Cloud Computing platform as a Service (PaaS), it might be difficult to use Java EE. Actually the usage of this Cloud PHP PaaS is quite simple, you practically need to know how to setup the virtual host.
---
Cloud PHP PaaS : Steps
You can start with a Apache or Nginx Web Server Software and simply install the Linux Apache MySQL PHP. You can use a separate Cloud Database if you want. Server Operating System does not matter as actually there is very less to do with the core. You can use Debian or Ubuntu for huge available guides. When you will uncompress the download, you will get main two folders marked with the bounding red box :

You have to set the virtual host in an way, so that the publicly available www folder becomes included within the myFirstApp folder. Like :
instead of normal /var/www/ , it should point to :
1 | /var/<span style="color: #ff0000;">myFirstApp</span>/www/ |
myFirstApp is the name of your first App for Cloud PHP PaaS. Please open the both folders to understand the actual logic. You can actually use this Cloud PHP PaaS on your WAMP localhost setup on your computer too.
