参考资料:
(一)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项目:
运行调试配置:
启动:成功!