A place where the Joyent community can gather, help each other out, and stay informed.
You are not logged in.
Pages: 1
I spent the evening trying to deploy a tiny Sinatra-based ruby app on my Shared Accelerator.
The full write-up is on my blog:
http://garrickvanburen.com/archive/depl … -with-thin
The highlights are:
1. A config.ru file for Rack containing
[code]# PATH TO VENDOR-ED RACK AND SINATRA
require 'vendor/rack-[VERSION]/lib/rack
Offline
Pages: 1