Skip to content

BClarke95/developer-tools-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM Developer Tools

These scripts perform an installation of the IBM Developer Tools CLI environment. The IDT is a plugin to the IBM Bluemix CLI. Our general target environment is the IBM Cloud, including public, dedicated, and local hybrid.

Platform Platform

The following are platform specific concerns and notes you should be aware of.

MacOS & Linux Installation

The following command can install the IBM Developer tools in a single invocation. Open up a terminal and run the following command:

curl -sL https://ibm.biz/idt-installer | bash

By default, this installer will use the 'brew' installer on MacOS, if available. If you explicitly do not want to use brew, execute the following command with --nobrew option:

curl -sL https://ibm.biz/idt-installer | bash -s -- --nobrew

Once complete, there will be three aliases defined to access the IDT:

  • idt : Main command line tool for IBM cloud native development (shortcut to 'bx dev')
  • idt-update : Update your IDT environment to the latest versions
  • idt-uninstall : Uninstall the IBM Developer Tools

Access the platform-specific readme for additional details.

This script has only been tested on Ubuntu Linux systems, although it should behave properly on other distros. If you run into any issues, please let us know on Slack or file an issue on our GitHub repo.

Windows Installation

To install the IBM Developer Tools CLI on Windows 10 or newer:

  1. Open Windows PowerShell by right-clicking and select "Run as Administrator".
  2. Run this command:
Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('http://ibm.biz/idt-win-installer')

Access the Windows-specific readme for additional details.

Feedback

We can be reached on Slack or file an issue on our GitHub repo.

Internal IBM users

IBM user can utilize this installer pulling the Bluemix cLI and plugins from pre-release internal servers. In order to have the installer utilize internal servers, set the following environment variables (eg in ~/.bashrc), using the proper actual values:

export IDT_INSTALL_BMX_URL="https://clis.<internal_bluemix_staging_url>/install"
export IDT_INSTALL_BMX_REPO_NAME="stage"
export IDT_INSTALL_BMX_REPO_URL="https://plugins.<internal_bluemix_staging_url>"

If you need assistance on the proper values, just ask in any of the internal slack channels.

About

Installation scripts for new IBM Cloud Developer CLI Plugin and it's dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 67.9%
  • PowerShell 32.1%