Skip to content

jrobertson/heroku_whiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the Heroku_whiz gem

In order to use this gem you will need to have signed up for a Heroku account. Also, you will need to demonstrate you can follow the steps on how to deploy a simple Rack based Heroka app.

Example usage

require 'heroku_whiz'

hw = HerokuWhiz.new dir: '/home/james/heroku', template: 'rack', appname: 'hello2'

hw.wipe_clean    # removes the previous local app file directory
hw.create        # creates the local app file directory
#hw.local_run    # runs the web app locally
hw.local_testrun # tests the local web app returns the correct page
hw.deploy        # creates the new app on Heroku
hw.app_url       #=> e.g. https://frozen-dusk-65820.herokuapp.com/

Resources

heroku app herokuapp deploy webhosting wizard gem

About

Handy (experimental) Heroku gem for noobs to create a simple Heroku app in a whiz!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages