Category Archives: Git

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

Git, Howto, Ruby on Rails, Web development , , , , , , , , , , ,

Howto install Redmine on Heroku

A little howto to get Redmine running on Heroku: Install Redmine locally. Follow instructions given on the Redmine Install page. I used development mode only in this step. Setup git in the repository with git init Edit the .gitignore file, … Continue reading

Git, Heroku, Howto, Ruby, Ruby on Rails, Web development , , , , ,

How to access a GIT repository over authenticated HTTP

Hi My second headache for today was brought by GIT. I have a simple Apache server providing a restricted access (basic HTTP authentication) on a GIT repository. From my local terminal, I just wanted to access the repository using: git … Continue reading

Git, Howto , , , , , , ,