Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Unzip the Hub Enterprise Files zip

  • Run the install.sh script located at ol-cli/install.sh with the following command:

    Code Block
    bash install.sh
  • Reload your bash profile using:

    Code Block
    source ~/.bash_profile
  • Login to the HUB Hub and retrieve an API KEYkey.

  • Set the CLI to work with your local OpenLegacy Hub:

    Code Block
    ol config hub --hub-urlĀ <HUB-ENV-URL>
    
    example: 
    ol config hub --hub-url http://3.235.245.156:8080 
  • With the API key try to login into the CLI and continue with the rest of the flow:

    Code Block
    ol login --api-key <API-KEY>
    
    example:
    ol login --api-key OTA5YmYxNjEtNThkMC00ZWY3LThhY2YtMTJjNGJiOTMxM2IzOmIzZmNmYjBlLWU3OTMtNGQxYi05NjViLTBkMzNhOTRlY2I1Mw==