Recently built the development environment under the MAC, because eclipse in use always feel not as good as IntelliJ development, just take the opportunity to learn, because need to activate idea to use, so need to download license server
First installs the Brew,homebrew,homebrew short brew, is the Mac OSX software package management tool, can conveniently install the software in the Mac or uninstalls the software, can say Homebrew is the Mac Apt-get, the Yum artifact
Homebrew Installation
Homebrew installation is very simple, open terminal copy, paste the following command to run
" $ (curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install) "
After installing brew, run the installation upx to shelling the downloaded LicenseServer execution procedure.
Intellijidealicenseserver_darwin_amd64
Install UPX
Run
Upx-d INTELLIJIDEALICENSESERVER_DARWIN_AMD64
After shelling the file will automatically overwrite the original file, and then run
./INTELLIJIDEALICENSESERVER_DARWIN_AMD64 &
You can start LicenseServer and then install IntelliJ idea and select service activation to use it.
Using Brew to install IntelliJ idea under Mac