Since this app is written in PHP it should be fairly easy to install in a shared hosting env. I know you where going to have instructions about installing from github. Any update on this?
Also from what I can tell one potential pitfall is the server-side scripting engine, since this requires V8 and V8js php ext to be installed, which I doubt most shared hosting providers will do, mine won’t. Are there any alternatives to the scripting engine that would work in a shared host environment?
One thing to note for my host I am allowed to install Node.js, since Node uses the V8 engine is there any way to hook into nodes V8 engine as an alternate solution?
Thanks,
Dan