cth2016/setup.md

63 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2016-10-31 11:51:28 +01:00
---
title: CTH-2016 / Setup (Git, Node, Sublime Text)
---
### Git
#### 1. Download
2016-10-31 16:35:27 +01:00
[Git dowload page](https://git-scm.com/downloads) -- install current version
2016-10-31 11:51:28 +01:00
#### 2. Test Installation
Open a terminal and type:
$ git --version
And you should have this printed out if the install has been successful:
git version 2.10.1
#### 3. Configuring git (credentials)
If this is the first time you use git, please make sure you give yourself a user name/email:
$ git config --global user.name "Felix the Cat"
$ git config --global user.name "felix@miauw.org"
These credentials will be used to identify your work when committing to a git repository.
### Node.js
#### 1. Download
2016-10-31 16:35:27 +01:00
[Node.js download page](https://nodejs.org/en/download/) -- install LTS verion v6.9.1
2016-10-31 11:51:28 +01:00
#### 2. Test Installation
Open a terminal and type:
$ node --version
And you should have this printed out if the install has been successful:
v6.9.1
### Sublime Text
#### Download
2016-10-31 16:35:27 +01:00
[Sublime Text 3 download page](http://www.sublimetext.com/3)
2016-10-31 11:51:28 +01:00
### Github
#### Create account
[Github](https://github.com)
2016-10-31 16:41:02 +01:00
### Slack
[cth2016.slack.com](https://cth2016.slack.com)