@@ -28,25 +28,6 @@ No special actions required for the first few weeks.
...
@@ -28,25 +28,6 @@ No special actions required for the first few weeks.
- Jetbrains - WebStorm: Go to and download [WebStorm](https://www.jetbrains.com/webstorm/)
- Jetbrains - WebStorm: Go to and download [WebStorm](https://www.jetbrains.com/webstorm/)
- When using WebStorm, login with your **HOWEST** email.
- When using WebStorm, login with your **HOWEST** email.
### WebStorm and SSH-key
- Make sure you followed the steps described [here.](software/ssh-keys)
- This means you have 2 files: `id_ed25519` and `id_ed25519.pub` in a folder called `.ssh` in your homefolder (= this is the folder with your name of the user you logged in with on your computer).
* Verifiy this by opening `git bash`
* Type `ls ~/.ssh`
* You should see **at least** the 2 files
- Open WebStorm
* If this is the first time opening WebStorm choose **Configure > Settings** at the bottom right.
* If you already created a new project choose **File > Settings**
- Choose **Tools** followed by **SSH Configurations**
- Fill out the details (if not specified leave blank)
* Host: **git.ti.howest.be**
* User name: **git**
* Authentication type: **key pair _(OpenSSH or PuTTY)_**
* Private key file: press the folder icon and browse to the **id_ed25519** file (without the pub!)
* Passphrase: Only if you provided a passphrase in the ssh keys step.