8000 GitHub - jfung/brakes: Super easy deployment for static websites on Heroku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jfung/brakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brakes

Super easy deployment for people that aren't ruby-friendly

How to:

  1. Clone this repository:

    git clone git://github.com/rdnck76/brakes.git

  2. Copy all of your files to the "public" directory

  3. Update the index:

    git add .

  4. Save your changes:

    git commit -am "YOUR MESSAGE HERE"

At this point you have two choices:

Option A: Set it up with Pliers (good if you're on Windows)

  1. Create a Heroku account here

  2. Login to Pliers and create a new application (follow the steps there)

  3. Send your changes to Heroku

    git push heroku master

Option B: Set it up through Heroku (good if you're on Linux)

  1. Create a Heroku account here

  2. Install the Heroku gem (click here for instructions)

  3. Create the application

    heroku create

  4. Send your changes to Heroku

    git push heroku master

Demo:

Check out brakes powering brakes.grapepudding.com.

Issues:

I use github's issue tracker. If you find a bug, let me know or send me a pull request. I'm usually pretty quick on merges.

Contact Info:

Send me a message through github, or if you don't want to make an account, you can email me here. (you'll have to put up with a captcha, sorry).

License:

© 2010 Nate Benes http://grapepudding.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Super easy deployment for static websites on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0