Hi Team,
I am trying to installing SDK using sdk-installer-8.0.16.dmg but unable to do so because it is asking for root user and I am not root user that is why I am unable to proceed. That is why I tried to install it with terminal (with sudo) but I am unable to do so I felt the steps provided in your documentation is incomplete or old. I followed this document of yours -
In STEP 2 Mac OSX is not working because I am not root user. That is why I tried to do it with .tgz File But now I am unable to proceed it with even terminal. Could you please help me with the proper steps in order to download it with .tgz file.
Thanks and Regards
Aakash
Hi
I have found the same problem and after some days, I have been able to solve it. I write because it should be useful for someone.
Trying to being a user root after some days, the solution was by command line. You have to download the installer of the version you need.
Go to the command line and write:
sudo Atlassian\ Plugin\ SDK\ 8.0.7\ Installer.app/Contents/MacOS/JavaApplicationStub
It will throw a window to set up and install.
You can check that atlassian sdk has been installed doing in you command line:
atlas-version
FYI:
If you need last version for ATLAS SDK, you can follow the steps that it is writen below:
Open a Terminal window and add the Atlassian "Tap" to your Brew using the
command:
brew tap atlassian/tap
Then install the SDK using the atlassian/tap command:
brew install atlassian/tap/atlassian-plugin-sdk
Hi Aakash,
I had the same problem. You can try to use the terminal via
"sudo open Installer.app"
but this also did not work for me.
What worked is to use Homebrew
Open a Terminal window and add the Atlassian "Tap" to your Brew using the
command:
brew tap atlassian/tap
Then install the SDK using the atlassian/tap command:
brew install atlassian/tap/atlassian-plugin-sdk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.