IntelliJ IDE Setup on Mac
IntelliJ IDE Setup on Mac
Download and Install IntelliJ IDE
IntelliJ Community Edition is Free, open-source; whereas Ultimate Edition is licensed versions and comes with 30 days free trial.
Community edition is sufficient to work with micro-services (develop, build run and more) using spring (anything under IO umbrella) or Apache.
Using Homebrew(Recommended)
Open a terminal and run the following command to install IntelliJ CE(Community Edition) OR IntelliJ Ultimate Edition:
Install IntelliJ CE(Community Edition)
$brew cask info intellij-idea-ce
Sample output:
$brew cask install intellij-idea-ce
The above command will install the latest version of IntelliJ CE(Community Edition).
Sample output:
Install IntelliJ Ultimate Edition
$brew cask info intellij-idea
Sample output:
$brew cask install intellij-idea
It installs the latest version of IntelliJ Ultimate Edition.
Sample output:
Not using homebrew
If you do not want to use homebrew, go to https://www.jetbrains.com/idea/download/#section=mac
Download and Install IntelliJ Community Edition
Verify that macOS is already be selected then further Click on Download
under Community on the page.
Community edition will be stored as ideaIC-****.*.dmg under Downloads
as Disk Image.
Go to Downloads through Finder (Finder > Downloads) and double click
on ideaIC-****.*.dmg to install lntelliJ CE(Community Edition).
Once installed another tab "IntelliJ IDEA" under Finder opens, just drag
IntelliJ IDEA to Applications.
Download and Install IntelliJ Ultimate Edition
Verify that macOS is already be selected then further Click on Download
under Ultimate on the page.
Ultimate edition will be stored as ideaI-****.*.dmg under Downloads as
Disk Image.
Go to Downloads through Finder (Finder > Downloads) and double click
on ideaIC****.*.dmg to install lntelliJ Ultimate Edition.
Once installed another tab "IntelliJ IDEA" under Finder opens, just drag
IntelliJ IDEA to Applications.




Comments
Post a Comment