Open Source Comes to Campus/Curriculum/Laptop setup: Difference between revisions
imported>Cwm |
(Remove stray equals sign) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- '''Short link: https://bit.ly/laptop-setup''' broken by wiki move, in a subtle way --> |
||
+ | |||
== Goal #1: install an IRC client == |
== Goal #1: install an IRC client == |
||
Line 6: | Line 8: | ||
* [[/OSX IRC|OS X]] |
* [[/OSX IRC|OS X]] |
||
* [[/Linux IRC|Linux]] |
* [[/Linux IRC|Linux]] |
||
+ | |||
− | * [http://www.irccloud.com Web Client] |
||
+ | If you are having trouble and want to access IRC to help troubleshoot, you can use [http://webchat.freenode.net/?nick=&channels=openhatch webchat]. |
||
== Goal #2: practice navigating from the command line == |
== Goal #2: practice navigating from the command line == |
||
Line 26: | Line 29: | ||
* [[/Linux git|Linux]] |
* [[/Linux git|Linux]] |
||
− | == Goal #4: |
+ | == Goal #4: Sign up for GitHub == |
+ | To do this, visit [https://github.com/ GitHub] and make an account. They will send you a confirmation email which you will have to click on. |
||
⚫ | |||
+ | == Goal #5: practice using a plain text editor== |
||
− | Our suggestions: |
||
+ | |||
⚫ | |||
+ | Our suggestion is [https://code.visualstudio.com/ Visual Studio Code] for Linux, Windows, and OS X. |
||
− | * gedit on Linux |
||
− | * Notepad++ on Windows |
||
− | * Smultron on OS X ([http://downloads.sourceforge.net/project/smultron/smultron/3.6b1/Smultron-3.6b1.zip download]) |
||
== Success! == |
== Success! == |
Latest revision as of 07:39, 2 December 2018
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.
If you are having trouble and want to access IRC to help troubleshoot, you can use webchat.
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.
(Note: If you want to use git on Windows, you'll need to use Git Bash, which operates with Linux commands. So you may want to familiarize yourself with them.)
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: Sign up for GitHub
To do this, visit GitHub and make an account. They will send you a confirmation email which you will have to click on.
Goal #5: practice using a plain text editor
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 suggestion is Visual Studio Code for Linux, Windows, and 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
Here are some things you can do once laptop setup is over:
- Take a look at some books on open source software.
- Find and join an IRC channel for something you are interested in.
- on Freenode, try #ubuntu (the Linux distribution), #web (web development), #gsoc (Google Summer of Code)
- You can get a full list of Freenode's channels here
- Learn about Google Summer of Code and look at last year's accepted mentor projects.