Agreed, but we really wanted people to be able to unzip somewhere on their document root and go.
PHP is already installed just about everywhere, and assuming that you already have Apache running it will just work. All that said, we are only using PHP for includes, and it's trivial to switch these out with what ever language you end up using for implantation. In our case it's just replacing include with Rails render partial.
PHP is already installed just about everywhere, and assuming that you already have Apache running it will just work. All that said, we are only using PHP for includes, and it's trivial to switch these out with what ever language you end up using for implantation. In our case it's just replacing include with Rails render partial.