Super easy deployment for people that aren't ruby-friendly
-
Clone this repository:
git clone git://github.com/rdnck76/brakes.git
-
Copy all of your files to the "public" directory
-
Update the index:
git add .
-
Save your changes:
git commit -am "YOUR MESSAGE HERE"
At this point you have two choices:
-
Create a Heroku account here
-
Login to Pliers and create a new application (follow the steps there)
-
Send your changes to Heroku
git push heroku master
-
Create a Heroku account here
-
Install the Heroku gem (click here for instructions)
-
Create the application
heroku create
-
Send your changes to Heroku
git push heroku master
Check out brakes powering brakes.grapepudding.com.
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.
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).
© 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/.