Created
May 22, 2015 06:06
-
-
Save vik-y/e0d9cf1e6081fb4b06dc to your computer and use it in GitHub Desktop.
Setting up phpmyadmin on bluemix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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