Skip to end of banner
Go to start of banner

Installation and Use

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Installation

  • Unzip the distribution package and put the enclosed directory in a convenient location
  • Ensure Remote API is enabled in your installation
    • You need to be an administrator
    • Accept remote API calls? should be checked in the Administration - General Configuration section
  • It is recommended that you open the bamboo.bat file with an editor and customize it for your environment by adding serveruser, and password parameters. Follow the example in the comments and make sure you do not remove the %* at the end of the line.

Use

  • On a command line, cd to the directory where you installed the client
  • On Windows
    • Run bamboo
  • On Linux, Mac, or Unix
    • Run ./bamboo.sh
  • On any system supporting java
    • Run java -jar lib/bamboo-cli-3.x.x.jar
  • This will show help text for the command line interface client
  • The client defaults to use a user of automation. Either add this user with all the authorities required to do the actions you want or specify a different user parameter
  • No labels