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

From OpenHatch wiki
Content added Content deleted
imported>KatherineM
imported>KatherineM
No edit summary
Line 29: Line 29:
* [[/Linux git|Linux]]
* [[/Linux git|Linux]]


== Goal #4: practice using a plain text editor==
== Goal #4: create a GitHub account ==

GitHub is a popular Git repository hosting service used by many open source projects. We'll use it during this workshop.

* https://github.com/

== Goal #5: practice using a plain text editor==


Make sure you know how to use a plain text editor. We have some text editors that we recommend.
Make sure you know how to use a plain text editor. We have some text editors that we recommend.
Line 39: Line 45:
* [[/Linux text editor|gedit on Linux]]
* [[/Linux text editor|gedit on Linux]]


== Goal #5: (optional) Practice the command line by learning about tar ==
== Goal #6: (optional) Practice the command line by learning about tar ==


In this step, you can work through a training mission intended to teach you about how open source projects use the tool ''tar'' to create and decompress collections of files.
In this step, you can work through a training mission intended to teach you about how open source projects use the tool ''tar'' to create and decompress collections of files.

Revision as of 11:54, 18 February 2015

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.

Note from within CCSF wireless, IRC is blocked by the network administrators. So you should use this web chat link instead.

Here’s a nice summary of irc basics:

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: create a GitHub account

GitHub is a popular Git repository hosting service used by many open source projects. We'll use it during this workshop.

Goal #5: practice using a plain text editor

Make sure you know how to use a plain text editor. We have some text editors that we recommend.

Our suggestions:

Goal #6: (optional) Practice the command line by learning about tar

In this step, you can work through a training mission intended to teach you about how open source projects use the tool tar to create and decompress collections of files.

To work through that, visit:

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

Here are some things you can do once laptop setup is over: