Skip to content

Instantly share code, notes, and snippets.

@vik-y
Created May 22, 2015 06:06
Show Gist options
  • Save vik-y/e0d9cf1e6081fb4b06dc to your computer and use it in GitHub Desktop.
Save vik-y/e0d9cf1e6081fb4b06dc to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment