grasp / deploy_easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeployEasy

A padrino gem

Usage

Add the following to your Gemfile:

gem 'deploy_easy'

and mount the app in your apps.rb:

Padrino.mount("DeployEasy::App").to("/deploy_easy")

Development

For development, this gem can be run as a standalone Padrino application as you would expect from a normal one:

$ bundle exec padrino start

The Rakefile also works like the normal Padrino one and supports all standard components.

About


Languages

Language:HTML 43.6%Language:Ruby 36.1%Language:CSS 10.4%Language:JavaScript 9.8%