Concrete5 + Pagodabox

Permalink
Hi all,
To any developers out there interested in running Concrete5 on Pagodabox, I've been working on a Quickstart: https://pagodabox.com/cafe/jonohartman/concrete5...

Latest stable release 5.6.1, with optional additions to use Redis as the full page caching library, a free domain routing add-on (eg. a "multisite" package manager), and an application profiler built into the core.

The quickstart and Pagodabox workflow are documented here: http://11robot.com

Hopefully its useful to some of you folks out there. Feedback welcome.

focus43
 
RadiantWeb replied on at Permalink Reply
RadiantWeb
Yeah...I've used PB before. I like the idea. Thanks for working on this.

ChadStrat
mkly replied on at Permalink Reply
mkly
Nice work.
mkly replied on at Permalink Reply
mkly
Hello Again,
Do you have a public coden repository(Github, Sourceforge, Bitbukcet etc) with the Redis 5.6.1 Full Page Caching Library?

Best Wishes,
Mike
focus43 replied on at Permalink Reply
focus43
Hey yea it's all up on github. The stuff for full page caching is extremely lightweight. The predis library takes care of all the heavy lifting, and the page caching stuff is literally just one class. Go tohttps://github.com/Focus43/concrete5... and look at the 5.6.1-pagoda-extra branch. In the packages directory look at the ConcreteRedis package.

I'm working on documenting it all at the 11robot.com site. If u have any ideas for it I'm open to suggestion.