OT: Re: OpenShift

Graham Samuel livfoss at mac.com
Sat Dec 21 07:13:52 EST 2013


Just to say, perhaps frivolously, that I am amazed but also glad that there are people on this list who are enhancing the experience of the ordinary LC user (you could hardly get more ordinary than me) by venturing so very far away from "Programming Made Simple" - it's programming, Jim, but not as we know it. I really have absolutely no idea what Monte's message is about. That is not a criticism.

Go Monte!

Graham


On 21 Dec 2013, at 00:04, Monte Goulding wrote:

> Hi Folks
> 
> I'm wondering if anyone has experience with OpenShift?
> 
> A project I'm working on where I setup a git based deployment of a web app to a VPS via push to the server and a post update hook got me intrigued with deploying web apps with git. It's quite a popular idea (Heroku, AWS Elastic Beanstalk, OpenShift, AppFog, CloudFoundry etc). 
> 
> I had a little play with Heroku which looks like a neat service although quite expensive once you leave the free levels. I implemented a build pack for LC Server on Heroku which is available here: https://github.com/montegoulding/heroku-buildpack-livecode. If you use revIgniter then the build pack will deploy the latest version from github and you just need the application and assets directory in your repo. One of the cool things about these services is they are designed around scaling the web app so you can easily change the resources assigned to it and scale horizontally by running multiple instances all connecting to the same database.
> 
> In order to implement the build pack I needed compile LC Server 64bit and thanks to the work of Mark Wieder and others it wasn't all that complicated to do. It's available here: http://mergext.com/lcserver.tar.gz
> 
> I deployed revIgniter here http://evening-lowlands-1899.herokuapp.com
> 
> Anyway, back to OpenShift... The pricing of OpenShift seems much better than Heroku and it also supports a small amount of local data storage (1GB scalable) so I'm contemplating making a thing like the Heroku build pack which is called a cartridge in OpenShift terminology. However, it all seems more complicated than the Heroku way of doing things so if there's someone out there that has an interest and/or experience in making an OpenShift cartridge for LC server then I'd be interested to hear from you. Basically I'm thinking of starting with the php cartridge and removing the php stuff and adding lc server stuff.
> 
> Cheers
> 
> --
> Monte Goulding
> 





More information about the use-livecode mailing list