Open Source Comes to Campus/UMD/Laptop setup: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 15: Line 15:
* [[Open Source Comes to Campus/UMD/Laptop setup/Linux git|Linux]]
* [[Open Source Comes to Campus/UMD/Laptop setup/Linux git|Linux]]


== Goal #3: install IRC ==
== Goal #3: install an IRC client ==

IRC is a real-time chat protocol that open source projects often use to talk about the project and as a medium for users and developers to help each other.


* [[Open Source Comes to Campus/UMD/Laptop setup/Windows IRC|Windows]]
* [[Open Source Comes to Campus/UMD/Laptop setup/Windows IRC|Windows]]

Revision as of 03:39, 25 February 2012

Goal #1: practice navigating from the command line

Many of the tools of open source development are primarily used via the command line. Let's get some practice with navigating the computer from the command line.

Goal #2: install git

Git is a popular revision control system that is used by many open source projects. We'll use it during this workshop.

Goal #3: install an IRC client

IRC is a real-time chat protocol that open source projects often use to talk about the project and as a medium for users and developers to help each other.

Goal #4: practice ssh