vik-y
5/22/2015 - 6:06 AM

Setting up phpmyadmin on bluemix

Setting up phpmyadmin on bluemix

Step 1: 
git clone https://github.com/vik-y/cf-ex-phpmyadmin

Step 2:
Create a Clear DB Service on IBM Bluemix 

Step 3: 
Create a PHP application on bluemix, we'll upload phpmyadmin code in this application

Step 4: 
Edit the manifest.yml file
Change the app name, host and name of the service, Put the clear db service name here 

Step 5: 
cf push <php app name which you created on Bluemix>