Links

Installing the SDK

Step-by-step installation guide

Download the Hadean Platform SDK

If you have licensed the Hadean Platform then go to the Hadean Portal, login to your company account and click the "SDK Downloads" button. On the downloads page, select the "Hadean Platform" tab.

Install the SDK

The downloads page will include a one-liner installation process, which will download the SDK, expand it, and install it. Licensed users will also see the option to download previous released versions of the SDK here. Selecting a previous version will update the installation script.
The install script will install the SDK files to your home directory and add paths to your profile. You'll be prompted to reload your profile once complete:
. ~/.profile
The installation script uses a signed URL which is only available for download for 10 minutes after opening the page. If you have any issues downloading the SDK, try refreshing the page and using an updated link. Once your download has started, it's OK if it doesn't complete within that 10 minute time period, the download will continue.

Login to the Hadean service

In order to use the hadean CLI, you first need to authenticate with the Hadean Platform remote service, to do this run:
hadean login
You'll be prompted to confirm that the code shown in the CLI matches that on the URL provided. Confirm this in a web browser, login to your Hadean account, then return to the CLI.
You're now ready to start deploying your applications on the Hadean Platform. Next, try building and running an example application.

Uninstall

When installed, the SDK files are all stored in ~/.hadean and ~/hadean which links to the SDK files. To uninstall, remove these directories and remove the setup-script from your profile:
rm -rf ~/hadean
rm -rf ~/.hadean
sed -i s'/.*HADEAN_SDK.*//' ~/.profile