MyFunnyDev

web, coding and beyond

Archive for March, 2009

learning git

without comments

Written by Michał Kuklis

March 15th, 2009 at 8:27 pm

Posted in GIT

Tagged with

GNU Screen

without comments

A Friend of mine introduced me to GNU screen a great tool which can be used in different ways. One of them is a session sharing which is awesome when 2 or more people are working together in Linux env.

Written by Michał Kuklis

March 15th, 2009 at 8:22 pm

Posted in linux

Tagged with

stage deployment with capistrano and passenger

without comments

I’m still looking around for a stage deployment setup with Capistrano.
Here are few ideas/links I found useful.

Update:
It turned out this is pretty simple with the capistrano-ext gem:

http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage

set :default_stage, "development"
set :stages, %w(production testing development)
require 'capistrano/ext/multistage'

Written by Michał Kuklis

March 14th, 2009 at 3:20 pm

Posted in Ruby

Tagged with ,

apache2 utils

without comments

deactivate site:

a2dissite site_name

activate site:

a2ensite site_name

Written by Michał Kuklis

March 13th, 2009 at 8:17 pm

Posted in Uncategorized

Tagged with , ,