... | ... | @@ -24,8 +24,8 @@ No special actions required for the first few weeks. |
|
|
|
|
|
- Browsers (see [General Software > Browsers](General-Software#browsers))
|
|
|
- Git (see [General Software > Git](General-Software#git))
|
|
|
- Jetbrains registration (see [General Software > Jetbrains registration](General-Software#jetbrains-stack)
|
|
|
- Jetbrains - WebStorm: Go to and download [PhpStorm](https://www.jetbrains.com/phpstorm/)
|
|
|
- Jetbrains registration (see [General Software > Jetbrains registration](General-Software#jetbrains-stack))
|
|
|
- Jetbrains - WebStorm: Go to and download [WebStorm](https://www.jetbrains.com/webstorm/)
|
|
|
- When using WebStorm, login with your **HOWEST** email.
|
|
|
|
|
|
### WebStorm and SSH-key
|
... | ... | @@ -49,34 +49,10 @@ No special actions required for the first few weeks. |
|
|
|
|
|
# Programming Fundamentals TODO naar webstorm?
|
|
|
|
|
|
### PyCharm & Python
|
|
|
### WebStorm
|
|
|
|
|
|
- Git (see [General Software > Git](General-Software#git))
|
|
|
- Python (version 3) - [Download](https://www.python.org/downloads/) - and follow the installation wizard. **Make sure to Add Python to PATH!**.
|
|
|
* Python Path image 
|
|
|
* (If needed) At the top right (in yellow background) "Configure python interpreter > Add Interpreter" and click ok.
|
|
|
- Jetbrains registration (see [General Software > Jetbrains registration](General-Software#jetbrains-stack)
|
|
|
- Jetbrains - PyCharm: Go to https://www.jetbrains.com/pycharm/ and scroll down for the **PyCharm Professional Edition**. Follow the installation wizard.
|
|
|
- When using PyCharm, login with your email.
|
|
|
|
|
|
### PyCharm 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.
|
|
|
* Verifiy this by opening `git bash`
|
|
|
* Type `ls \~/.ssh`
|
|
|
* You should see **at least** the 2 files
|
|
|
- Open PyCharm
|
|
|
* If this is the first time opening PyCharm 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.
|
|
|
* Press **Test Connection** and this should work!
|
|
|
- Jetbrains - WebStorm (see [Web Development Fundamentals](General-Software#git))
|
|
|
|
|
|
### Demo code TODO:
|
|
|
|
... | ... | |