1. use with rails
cd your rails directory
thin start
2. deploy thin
start as cluster
thin start --servers 4 (4 means web server number)
thin -h get help
3 install service
sudo thin install
1. use with rails
cd your rails directory
thin start
2. deploy thin
start as cluster
thin start --servers 4 (4 means web server number)
thin -h get help
3 install service
sudo thin install