installation of webstrom

webstorm is a front-end development artifact. JDK needs to be configured before installing webstorm. After configuring jdk, install webstorm;
1. Download link
jdk: http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-i586.tar.gz?AuthParam =1472692770_2276e0b95c38424d5105a4357dde1ec1
Paste the link to download jdk first.
webstorm: https://download.jetbrains.8686c.com/webstorm/WebStorm-2016.2.2.tar.gz
This is the link to webstorm.
After downloading, enter the following command in the terminal:
1、/Downloads$ sudo cp WebStorm-11.0.2.tar.gz /usr/local/
2、/Downloads$ cd /usr/local
3、/usr/local$ sudo tar -zxvf WebStorm-11.0.2.tar.gz
4、/usr/local$ sudo mv WebStorm-143.1184.19/ ./WebStorm
5. Since webstorm.sh cannot recognize JAVA_HOME, it can only be added manually.
/usr/local/WebStorm/bin$ sudo gedit webstorm.sh
join on line 7
JAVA_HOME=/usr/local/jdk1.8.0_65
(jdk is the file downloaded before, and the compressed package is also copied to the /usr/local directory and decompressed)

6. Installation
/usr/local/WebStorm/bin$ sudo su
/usr/local/WebStorm/bin# ./webstorm.sh

7. Crack
Select "License server" when registering, enter "http://jetbrains.tencent.click" and click "OK" to quickly activate JetBrains series products
After the installation is complete, you can also go to Help --> Register --> License server --> License server address --> Enter http://jetbrains.tencent.click --> ok to activate successfully!

When installing webstorm, you can directly lock webstorm in the status bar. At that time, you can start directly from the status bar. (Right-click the icon and lock it)

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326755232&siteId=291194637