參考資料:
(一)https://www.jetbrains.com/help/idea/2017.2/intellij-idea-help.pdf (連結: https://pan.baidu.com/s/1dEOgmVv 密碼: qx4c)
(二)https://amitechnology.net/intellij-idea-2017-license-server/#.Wg_AYkpsZnI
安裝要求:
下載及安裝:
下載:
1.進入到下載地址:https://www.jetbrains.com/idea/download/download-thanks.html?platform=linuxWithoutJDK
2.複製 direct link. 連結地址
3. 下載:
wget https://download.jetbrains.com/idea/ideaIU-2017.2.6-no-jdk.tar.gz
安裝執行:
1.檢視安裝說明:
1.安裝:
tar -zxvf ideaIU-2017.2.6-no-jdk.tar.gz -C /usr/local/
3.執行:
/usr/local/idea-IU-172.4574.11/bin/idea.sh
根據幫助文件可知:If this is your first instance of IntelliJ IDEA, choose the Do not import settings option.
選擇: Do not import settings option.點選OK,進入下一步,選擇Accept進入下一步
根據資料二提供的資訊,選擇License server,填入License server address,點選Activate
選擇UI主題,進入下一步,後面幾步內容可一步一步根據自己需要選擇安裝,也可Skip All and Set Defaults.
搞定!
建立一個簡單的maven專案:
create new project
選擇jdk,建立maven專案:
執行除錯配置:
啟動:成功!