Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the RADiX Vagrant distribution: click here to download
  2. Extract the RADiX Vagrant distribution somewhere on your machine

    Code Block
    tar zxf vagrant-radix-0.7-SNAPSHOT.tar.gz
  3. Customize your RADiX Vagrant distribution for your organization/project:
    1. Open vagrant/env.sh in your favorite editor
    2. Make sure you customize entries for the following variables:
      1. (required) PROJECT_GROUP_ID - The namespace that will be used to create the RADiX distribution of OODT (e.g. com.mycompany.myorg)

      2. (required) PROJECT_ARTIFACT_ID - The specific name of the RADiX distribution project (e.g. myproject)

      3. (optional) BUILD_FLAGS - Set of build flags that will customize the RADiX deployment Vagrant will build. See more build flag options here.

      4. (optional) OODT_DEPLOYMENT_HOME - The location on the Vagrant Virtual Machine where OODT RADiX will be installed to

    3. (Optional) Change the top line of Vagrantfile that sets the VM_NAME to a name of your choosing. Note, every Vagrant virtual machine must have a unique name.
  4. Install/Launch RADiX OODT
    1. Type vagrant up to launch the Virtual Machine (can take up to 15 minutes the first time you run)

      Code Block
      vagrant up
  5. After the above command finished, navigate to the OODT OpsUI on your host machine: http://localhost:8080/opsui