Installation#

The installation roadmap is a description of the high-level steps for installing UrbanCode™ Velocity.

UrbanCode™Velocity is provided in several editions. The Standard Edition (SE) is full-featured and comes with 24/7 customer support. You can use the Standard Edition for free for 60 days. You can also use the free-to-use Community Edition. The Community Edition is full featured but does not provide customer support and limits users to two concurrent sessions.

Technology overview#

UrbanCodeVelocity consists of services and other tools that are stored in Docker containers. A Docker container is a single unit that contains a software application, often called a service, and the environment needed to run it. Containers can be created and destroyed as needed.

UrbanCodeVelocity consists or over 10 containers. Because of the number of containers, another application, called a container orchestrator, is used to manage the containers. Which orchestrator you use is up to you. Docker Compose is often used for trials and tests. For production environments, Kubernetes or another Kubernetes-based orchestrator, such as OpenShift, is preferred.

Kubernetes installations are managed with resources called templates. Each template describes a separate resource. If you perform an OpenShift installation, the templates are stored in the /templates folder in your installation directory. If you use Kubernetes to install UrbanCodeVelocity, the resources are combined into a single file called a Helm chart. For Kubernetes-based installations, you can change a resource by modifying the affected template file or the corresponding resource in the Helm chart. For Docker Compose installations, resources are defined in a file named docker-compose.yml that is found in the installation folder.

Technology Docker Kubernetes
Product core configuration 15 containers 43 resources, 1 Helm chart
External communication 13 exposed ports Ingress for communication. NodePort exposed for external communication.
Storage 4 volumes Persistent volume claims

Preparing your installation#

Both editions require an access key. You apply the free access key during installation. When you license the SE version, in addition to your access key, you receive a permanent license key.

Download the installation files for your environment:

If you are evaluating UrbanCodeVelocity and are unsure about which versions to install, many users find the Docker Compose installation process to be easiest because it is the most automated.

In outline, the installation process consists of the following general steps:

  1. Review the system requirements

    The ID that you use to install the product must be able to make changes to the host environment. The tools required by all installation scenarios include the following items:

    • Docker installed on the host system.

      Note: If you use Docker for Windows, make sure Docker is using Linux-type containers. UrbanCodeVelocity does not support Windows-type containers.

    • Internet connection. During installation, files and container images are retrieved from remote locations. If you are unable to access the internet during installation, you can download the files beforehand and perform an offline installation. UrbanCodeVelocity supports the following browsers: Chrome, Firefox, and Edge.

      Note: The installation files used for offline installation are not the same as those used for internet-connected installation. Ensure that you download the right file for you installation environment.

  2. Optionally configure UrbanCode Deploy for integrating with UrbanCode Velocity:

    UrbanCode Velocity supports UrbanCode™ Deploy Version 6.2.3 and later. Although not required, many UrbanCodeVelocity features assume integration with UrbanCode Deploy. It doesn't matter which product you install first.

    If you are using an UrbanCode Deploy version prior to V6.2.5, you must install the patch located at the following website: http://public.dhe.ibm.com/software/products/UrbanCode/plugins/ucsync/patches/ibmucd/. Select from the index the appropriate version that is installed on your computer.

    UrbanCode Velocity can connect to an UrbanCode Deploy server on the same network. If you install UrbanCodeVelocity with Kubernetes, the Kubernetes cluster must be on the same network as the UrbanCode Deploy server.

  3. Install UrbanCode Velocity for your target environment using the links provided earlier.

  4. Integrate with external tools

    After the installation is complete, you can access the configuration pages to integrate with UrbanCode Deploy and other external tools, such as Jenkins. Only sample report data is available until the integration process is complete.

  5. Authenticate users

    After the installation is complete, you can authenticate users. Authenticating users to access reports is not required. However; until users are authenticated, only the administrator user has access to reports and product features.

Additional installation details are included in the following topics:

Parent topic: Installing and upgrading