Press "Enter" to skip to content

Posts tagged as “Sysadmin”

Deploying RabbitMQ and Stomp on Ubuntu

Install rabbitmq via synaptic Make sure that the erlang package is installed Add a repository from the rabbitmq site Set up Repository via the Synaptic GUI tool (http://www.rabbitmq.com/debian/) Set up Repository via command line Ubuntu Documentation for Managing Repositories via the Command Line How to use the RabbitMQ Debian repository and available RabbitMQ Debian packages The repositories are described in…

Installing a git client on a shared host with no compiler

We are using Git to manage our deployments, but have some clients that use shared hosting services that don’t have git installed (in particular Hostgator.com). Most of these shared hosting services do allow ssh shell access but don’t have compilers available on the shared hosting account. So I couldn’t just build git on the shared hosting account. Many hosting services…