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.
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.
Nice work.
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
Do you have a public coden repository(Github, Sourceforge, Bitbukcet etc) with the Redis 5.6.1 Full Page Caching Library?
Best Wishes,
Mike
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.
I'm working on documenting it all at the 11robot.com site. If u have any ideas for it I'm open to suggestion.
ChadStrat