meroku 0.0.0
# Meroku ## Under Development A self-hosted git-powered simple deployment option. No more messing with headache-inducing NginX configuration files or paying $30 a month for hosted services. ## Prerequisites: - Git - A web application (v0.1.0 will only support Rack) - Your own server (v0.1.0 will only support Debian 7) - A DNS provider with a public API (v0.1.0 will only support DNSimple) Future versions will hopefully support more application languages & frameworks, DNS providers, and server operating systems. ## Usage In the directory that contains your Rack application: ```bash gem install meroku meroku setup # This will guide you through setting up meroku to talk to your server meroku new subdomain.yourdomain.com git push meroku master # Watch your application start up, and visit it online! ``` ## License Meroku is released under the [MIT License](http://www.opensource.org/licenses/MIT).