Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 833 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 833 Bytes

Docker Pulls Deploy

redis-webcli

A tiny Flask app to provide access to Redis through a web form.

Online Demo: https://redis-webcli.herokuapp.com/

PCF Installation instructions

You need to have cf-cli installed. After having cf-cli installed, just run make push

Quick Deploy

If you have a Heroku account, you may simply use the following button to deploy this application:

Deploy

If the heroku application says 'no web processes running', then try:

heroku stack:set container -a redis-webcli

And then redeploy.