jmnote / phpRedisAdmin-cf

Simple web interface to manage Redis databases.

Home Page:http://dubbelboer.com/phpRedisAdmin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://dubbelboer.com/phpRedisAdmin/


Languages

Language:PHP 86.0%Language:JavaScript 8.9%Language:CSS 5.1%