Dies ist eine alte Version des Dokuments!
LU01.A02 - Installation of the code editor Webstorm
Prerequisites
- Work type: Individual
- Timeframe: 20 Minutes
- Expected result:
- Correctly installed code editor Webstorm including licence validity update.
- Function Test:
- Establish a new project
- Create a new file
- Rename a new file.
- Find the stored file directory of webstorm
- Establish a connection between Webstorm and Mysql
- Select current databases from MySQL
Means of aid
Source | Link |
---|---|
Download-Link | Webstorm |
Video-Tutorial MacOS | Webstorm installation on M1 |
Video-Tuturial Windows | Webstorm installation on Windows 10 |
Introduction
Programming source code is not possible without a propper code editor. As it happened, Webstorm is one such editor that offers us a variety of useful features, and fortunately it is free for educational purposes. Doesn't that sound great!
Assignments
- Go to the Jetbrains website and log in with your login details. If you do not have yet an account, create one as student, because the licence for students is free. –> As a result you will receive a licence ID.
- Download the software version for your PC.
- Start the installation process (as shown in the video instructions). Make sure that you check the box „Add bin folder to the PATH“.
- Once the installation is complete, start the post-installation steps.
- Open the command line/terminal on your notebook and connect to the database as shown in the video instructions.
- Finally, request a response from the database by entering „SELECT sysdate;“. If you have followed all the steps correctly, the database will respond with the current date and time of your PC.
- If you succeeded, be humble and grateful and help those in need. If not, seek the wisdom of your it-master (teacher).