- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
1) First we have to create a PHP File with the name index.php and write some code within it.
2) Then download a manifest.yml file and place the file beside that index.php
3) We need to change the name inside manifest.yml.4) We need to download and install the IBM Cloud CLI Tools.
5) After installed the IBM CLoud CLI, go to the PHP Project folder and open CMD
6) Then write down following command:
ibmcloud login
Then write down our email id and password to login into IBM Cloud.
7) Then write down the command:
ibmcloud target --cf
8) Then write down the command:
ibmcloud cf push
9) Go to the Web browser and check the resource list within IBM Cloud.
Video : Click here
IBM CLI Download:
Manifest.yml download:
Comments
Post a Comment