I wanted to create a simple app that I can easily collect testimonials from my clients. Now I can just send them the link and wait for the testimonials to come in.
- Sinatra gem
- Sinatra-captcha gem
- Mongoid gem
- bson_ext gem
- Blueprint CSS Framework
I decided to use Heroku as it is the easiest and quickest way to deploy an app. Getting it up and running is pretty easy, just follow the steps below.
Make an account at Heroku.com first if you don't have an account. If this is your first time using Heroku then make sure you have installed the Heroku gem and setup your Heroku account correctly. You can see how at this link Getting Started with Heroku.
git clone git://github.com/digitalknk/testimonials.git
cd testimonials
bundle
heroku apps:create
heroku addons:add mongolab:starter
git push heroku master
heroku open
You tell me :-)
If you have any problems or questions just contact me and I would be more then happy to help you out.