Help an institution that helps other people. They got a lot of bills to pay and we got a lot of ideas to share.
- Redis is required.
- Start redis server
$ path/to/redis/src/redis-server; - Run the application using shotgun
$ shotgun; - Go to localhost:9393;
I'd recommend using Appfog
- Create an account on Appfog;
- Create a Sinatra project;
- Once it's created, go to Add-ons page and install Redis-Cloud;
- In the Services tab add a Redis service;
- Go to your command line and login in your appfog account running
$ af login; - Then run
$ af update [appname]; - Every time you want to push changes to your appfog app just run
$ af update [appname]again;
