Skip to content

phpMyAdmin ready for cloud foundry (work with service binding)

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license.php
Notifications You must be signed in to change notification settings

robhoffmann32/phpmyadmin-cf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpMyAdmin Cloud Foundry Ready

There is another version of phpMyAdmin made by dmikusa (see: https://github.com/dmikusa-pivotal/cf-ex-phpmyadmin ) but this version can't work in offline Cloud Foundry and also can't find another mysql service not provided by cleardb or p-mysql.

This version is a real fork from phpMyAdmin.

Installation

Just 5 steps:

  1. Download the zip file from here: https://github.com/cloudfoundry-community/phpmyadmin-cf/archive/cf-ready.zip.
  2. Unzip it
  3. Go inside the unzipped folder and run cf push
  4. Bind your mysql service with cf bs phpmyadmin-cfready <service_name> and repeat for all mysql services you want in your phpMyAdmin
  5. Restage the service with cf restage phpmyadmin-cfready
  6. Get username & password for login phpmyadmin-cfready: cf env <app_name> and you're done.

About

phpMyAdmin ready for cloud foundry (work with service binding)

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license.php

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.2%
  • JavaScript 33.3%
  • Other 0.5%