With NodeJS and server-side Javascript becoming a very prominent technology in web applications today, I figured Id give an introduction to NodeJS to get everyone up and running. "But how can Javascript run in a server environment, I thought it required a browser and was only used to make my website interactive". NodeJS allows you to build applications written in Javascript with the help of Google's V8 Javascript rendering engine that is at the heart of the Googl...
Search Results
Recently I finally decided to take some time to learn Python. So I figured the best way to learn something new is to dive right in and write an application. This application happened to be a new server for Computer Science House's networking vending machine(s) 'Drink'. The general idea behind Drink is that it's a 'communal refrigerator' for CSH that the members 'donate' money to in order to stock it with delicious drinks (such as Coke products since RIT is exclusively a Pepsi campus). Being the ...

This tutorial will walk you through the process of getting Gitorious installed on your server. The steps in this come from two other tutorials that didnt quite work on their own. So Ive compiled together the correct steps that will get you up and running. I have gone through the steps multiple times and as long as you follow them sequentially, it should all just work.
Firstly, get a fresh installation of Ubuntu 9.04 Serve...