Update Semester 1 authored by VandenDriessche Jill's avatar VandenDriessche Jill
...@@ -19,15 +19,15 @@ No special actions required for the first few weeks. ...@@ -19,15 +19,15 @@ No special actions required for the first few weeks.
# Web Development # Web Development
### PhpStorm ### WebStorm
- Browsers (see [General Software > Browsers](General-Software#browsers)) - Browsers (see [General Software > Browsers](General-Software#browsers))
- Git (see [General Software > Git](General-Software#git)) - Git (see [General Software > Git](General-Software#git))
- Jetbrains registration (see [General Software > Jetbrains registration](General-Software#jetbrains-stack) - Jetbrains registration (see [General Software > Jetbrains registration](General-Software#jetbrains-stack)
- Jetbrains - PhpStorm: Go to and download [PhpStorm](https://www.jetbrains.com/phpstorm/) - Jetbrains - WebStorm: Go to and download [PhpStorm](https://www.jetbrains.com/phpstorm/)
- When using PhpStorm, login with your email. - When using WebStorm, login with your **HOWEST** email.
### PhpStorm and SSH-key ### WebStorm and SSH-key
- Make sure you followed the steps described [here.](software/ssh-keys) - 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). - 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).
... ...
......