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

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with "== 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 na...")
 
imported>Paulproteus
No edit summary
Line 1: Line 1:
== Goal #1: practice navigating from the command line ==
== Goal #1: 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.

* [[/Windows IRC|Windows]]
* [[/OSX IRC|OS X]]
* [[/Linux IRC|Linux]]

== Goal #2: 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.
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.
Line 7: Line 15:
* [[/Linux command line|Linux]]
* [[/Linux command line|Linux]]


== Goal #2: install git ==
== Goal #3: install git ==


Git is a popular revision control system that is used by many open source projects. We'll use it during this workshop.
Git is a popular revision control system that is used by many open source projects. We'll use it during this workshop.
Line 15: Line 23:
* [[/Linux git|Linux]]
* [[/Linux git|Linux]]


== 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.

* [[/Windows IRC|Windows]]
* [[/OSX IRC|OS X]]
* [[/Linux IRC|Linux]]


== Goal #5: practice using a plain text editors ==
== Goal #4: practice using a plain text editors ==


Make sure you know how to use a plain text editor. If you don't have experience using one of those, ask an instructor for help installing one.
Make sure you know how to use a plain text editor. If you don't have experience using one of those, ask an instructor for help installing one.

Revision as of 21:29, 13 September 2012

Goal #1: 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 #2: 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 #3: 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 #4: practice using a plain text editors

Make sure you know how to use a plain text editor. If you don't have experience using one of those, ask an instructor for help installing one.

Our suggestions:

  • gedit on Linux
  • Notepad++ on Windows
  • Smultron on OS X

Success!

You are done with laptop setup!

Take a break, stretch, meet some neighbors, and ask the staff if you have any questions about this material.

Bonus material

If you finish laptop setup early: