Skip to content

jmnote/phpRedisAdmin-cf

 
 

Repository files navigation

phpRedisAdmin Cloud Foundry Ready

This is an example application which can be run on CloudFoundry using the PHP Build Pack.

This is an out-of-the-box implementation of phpRedisAdmin 1.6.0.

Installation

Just 5 steps:

  1. Clone this app. git clone https://github.com/jmnote/phpRedisAdmin-cf.git
  2. Go inside the folder and run cf push
  3. Bind your redis service with cf bs phpredisadmin <service_name> and repeat for all redis services you want in your phpRedisAdmin
  4. Restage the service with cf restage phpredisadmin
  5. Get service name & password for login phpredisadmin-cf: cf env <app_name> and you're done.

About

Simple web interface to manage Redis databases.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.0%
  • JavaScript 8.9%
  • CSS 5.1%