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

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
imported>KatherineM
 
(8 intermediate revisions by 2 users not shown)
Line 6: Line 6:
* [[/OSX IRC|OS X]]
* [[/OSX IRC|OS X]]
* [[/Linux IRC|Linux]]
* [[/Linux IRC|Linux]]

'''Note''' from within CCSF wireless, IRC is blocked by the network administrators. So you should use [http://webchat.freenode.net/?nick=openhatch_....&channels=openhatch this web chat link instead].

Here’s a nice summary of basic irc commands:

* http://www.ircbeginner.com/ircinfo/ircc-commands.html

To test your IRC client or the freenode webchat connection, say hello on #openhatch on irc.freenode.net

* https://openhatch.readthedocs.org/en/latest/community/contact.html


== Goal #2: practice navigating from the command line ==
== Goal #2: practice navigating from the command line ==
Line 23: Line 33:
* [[/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 33: Line 49:
* [[/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.

Latest revision as of 12:01, 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 basic irc commands:

To test your IRC client or the freenode webchat connection, say hello on #openhatch on irc.freenode.net

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: