WebStorm IDE Installation for CentOS
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the JetBrains WebStorm IDE for JavaScript, Node.js, Angular.js, Meteor, TypeScript, CoffeeScript, Dart, SASS, CSS and HTML Development on CentOS 6.x/7.x/8.x/8-Stream/9-Stream i686/x86_64 GNU+Linux Desktop.
WebStorm is a lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js.
- Intelligent Coding Assistance
- Debugging, Tracing & Testing
- Seamless Tool Integration
- IDE features
-
Download Latest WebStorm 30 day Trial Installer
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Double-Click on Archive and Extract into /tmp.
Or from Command Line:tar xvzf ~/Downloads/WebStorm*.tar.gz -C /tmp/
-
Installing WebStorm IDE on CentOS GNU/Linux:
Giving the right Permissions:sudo chown -R root:root /tmp/WebStorm*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Relocating WebStorm contents:sudo mv /tmp/WebStorm* /opt/WebStorm
Making a symlink:
sudo ln -s /opt/WebStorm/bin/webstorm.sh /usr/local/bin/webstorm
-
Launching the WebStorm IDE.
webstorm
Install as a Trial or Insert your Credentials…
Finally, confirm for Path updating and menu Launcher Creation!
-
Getting-Started with WebStorm IDE