December 7th, 2008

Installing git on Ubuntu Hardy

Posted by Antonio Rosado - 8 Comments

We should first remove git if you have installed it from repositories: sudo apt-get remove git git-svn Create a temporary directory on your local folder where you’ll download git. mkdir ~/sources cd sources/ Go to http://git.or.cz/ and download their latest stable version. Currently it’s v1.6.3. wget http://kernel.org/pub/software/scm/git/git-1.6.3.tar.gz Issue the apt-get command to get dependencies, sudo [...]

July 17th, 2008

How to install Subversion 1.5.0 on Ubuntu 8.04

Posted by Antonio Rosado - 5 Comments

Firsts things first and you’ll need to log on to your server and enter super user mode. you@yourserver:~$ su Change directory to /usr/local/src/ Now, you’ll need to download the Subversion packages and some dependencies. These packages will depend on the kind of server you have. Enter the commands one after the other. Assuming your server [...]

April 23rd, 2008

Ruby on Rails Training

Posted by Antonio Rosado - 1 Comment

A WeBreakStuff vai dar uma formação em Ruby on Rails que decorrerá nos próximos dias 19, 20 e 21 de Maio em Coimbra e está dividida em dois módulos: Ruby e Rails: as bases (1º e 2º dias) e tópicos avançados (3º dia). Estes dois módulos podem ser adquiridos separadamente, embora o “best value” esteja [...]