This question is in reference to Atlassian Developer Documentation: Install the Atlassian SDK on a Linux or Mac system
I am getting the following error when trying to install the sdk on my Centos server.
http://sdkrepo.atlassian.com/rpm-stable/sdk-installer-5.1.9.rpm: [Errno 14] HTTP Error 404 - Not Found ] 0.0 B/s | 0 B --:--:-- ETA
Trying other mirror.
Error downloading packages:
atlassian-plugin-sdk-5.1.9-1.noarch: [Errno 256] No more mirrors to try.
When trying to run the sudo dnf install ~/Downloads/atlassian-plugin-sdk-6.2.9.noarch.rpm I'm getting the error that sudo: dnf: command not found. If I run it without the sudo dnf, I get that the destination folder is missing. What should I specify for the destination directory?
Hi Courtney,
Which operating system are you using?
Cheers, Mel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Courtney, Atlassian support were in touch and mentioned you were using Centos. For Centos, once downloading the file you can run the command:
sudo yum localinstall <path-to-atlassian-sdk.rpm>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Courtney,
There's a bug with the Yum installer at the moment (we're tracking it at https://ecosystem.atlassian.net/browse/AMPS-1342).
For now, there is a workaround to get the SDK installed:
To install the latest version of the SDK:
sudo dnf install ~/Downloads/atlassian-plugin-sdk-6.2.9.noarch.rpm
I hope this helps!
Cheers,
Melissa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using the commands available in the referenced online documentation. Below is the instruction I'm using...
cd /etc/yum.repos.d/
sudo wget http://sdkrepo.atlassian.com/atlassian-sdk-stable.repo
sudo yum clean all
sudo yum updateinfo metadata
sudo yum install atlassian-plugin-sdk
Please provide me with an updated script for Centos.
I found another developer with the same issue and they were instructed to use the following...
sudo yum install java-sdk
When I ran that script it seems to have installed the sdk package, but I am unable to identify the ATLAS_HOME and none of the atlas commands are working. Can you help me to get this SDK installed and verified?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What commands did you execute? 5.1.9 is pretty old - the latest is 6.2.7.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.