Linux下安裝webstorm

Linux下安裝webstorm


1--在webstorm官網裏面下載最新的版本

  WebStorm-11.0.3.tar.gz


2--創建webstorm的安裝目錄

#mkdir /usr/webstorm


3--解壓

# tar zxvf WebStorm-11.0.3.tar.gz -C /usr/webstorm

4--閱讀這個  Install-Linux-tar.txt文件

通過這個文件我們可以看到進入到bin目錄執行這個webstorm.sh就可以運行這個程序了


5--輸入序列號

註冊時選擇“License server”輸入“http://hb5.s.osidea.cc:1017”點擊OK”即可快速激活JetBrains系列產品

但是注意:

這個序列號是分用戶的。

如果當前使用root用戶進行註冊那麼就是把序列號拷貝到這個用戶

如果我們換一個用戶的話,這個還要重新進行輸入驗證




6--創建桌面圖標

#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


注意這個圖標也是和權限掛鉤的

沒有訪問權限訪問  /usr/webstorm的時候這個圖標是看不見的

所以要給其他用戶訪問這個目錄的權限

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章