-
Recent Posts
Recent Comments
- James on Migrating big applications from Rails 2 to Rails 3
- David on The Ruby C API – Basics
- 各种MQ比较-老娘舅 on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Chris on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Andy on How to read one non-blocking key press in Ruby
Archives
Categories
Meta
Tag Archives: non-root
Monitor your systems using Monit on shared hosts non-root – Example with Rails3/Capistrano
Do you know Monit? You definitely should. This is a high-quality and mature Open Source project, very well documented, that can monitor all your system resources (global and process-based). It is lightweight, efficient, can take corrective actions (restart servers…), provides … Continue reading
Deploy Rails 3 Unicorn applications using Capistrano on a shared web host non-root
In my struggle to have complete Rails3 environments setup in shared web hosts, the deployment step was missing. Lately I managed to deploy Rails3 Unicorn applications using Capistrano on a shared web host, as a non-root user with very limited … Continue reading
Installing Rails 3 nginx unicorn on a shared web host non-root
Lately I tried to install a complete Rails 3 nginx unicorn web stack on a shared host without root privileges, in my user home directory. Ruby and Rails3 setup nginx setup Unicorn setup Unicorn setup with nginx In this process, … Continue reading