1. You may need to install the Apple OSX developer tools.
2. GitHub for OSX
You can use GitHub Desktop or another Git client.
3. Java for OSX
Download the appropriate version and variant (x64 or aarch64 depending on your CPU type) of the recommended version of Java:
4. PostgreSQL DatabaseTo add the environment variables using ~/.zshrc or ~/.bash_profile (depending on your default shell), edit the file and add the lines, customizing for your own local paths to your enlistment and java:
export JAVA_HOME=`/usr/libexec/java_home -v 11`
export LK_ENLISTMENT=/labkeydev/labkeyEnlistment
export PATH=$LK_ENLISTMENT/build/deploy/bin:$PATH
You may also want to set the variable GIT_ACCESS_TOKEN in order to be able to use commands like "gradlew gitCheckout".
The setup for IntelliJ is described in the common documentation. There may be differences for OSX, and version differences, including but not limited to:
previousnext |
expand allcollapse all |