A heroku-style pre-Docker containerised deployment system with pluggable container providers. Don't use this. Use deis, flynn, Mesos+Marathon or any other number of PaaSes that have appeared since this was made.
Tested on CentOS 5.9.
Either use the Vagrantfile
included to bootstrap the environment, or you'll need:
vagrant up
vagrant ssh
sudo -s
cd /vagrant
npm install
make
./daemon.js
cd cli
npm install
./griddle --target <url> apps # defaults to 0.0.0.0:9090