Install Webstorm under Linux
Download the latest version on Webstorm website
Webstorm-11.0.3.tar.gz
2--Creating a Webstorm installation directory
#mkdir/usr/webstorm
3--Decompression
# tar zxvf webstorm-11.0.3.tar.gz-c/usr/webstorm
4--Read this install-linux-tar.txt file
Through this file we can see into the bin directory to execute this webstorm.sh to run the program.
5--Enter serial number
When registering, select "License Server" input "http://15.idea.lanyus.com/" click OK "to quickly activate the JetBrains series products
But note:
This serial number is divided by the user.
If you are currently using the root user to register then it is to copy the serial number to this user
If we change a user, this also needs to be re-entered validation
6--Creating desktop icons
#vi/usr/share/applications/etbrains-webstorm.desktop
[Desktop Entry]
version=11.0
Name=webstorm
GENERICNAME=NODEJS,HTML5, JavaScript and CSS editor
COMMENT=NODEJS,HTML5, JavaScript and CSS editor
exec=/usr/webstorm/webstorm-143-1559/bin/webstorm.sh
Icon=/usr/webstorm/webstorm-143-1559/bin/webstorm.svg
Terminal=false
Type=application
Categories=application;development
Note that this icon is also linked to permissions
This icon is invisible when access to/usr/webstorm is not accessible
So to give other users permission to access this directory
Install Webstorm under Linux