Skip to content

Installation

This content is not available in your language yet.

Follow the steps below to install and configure OtterScale.

  1. Start Services

    Run the following command to start the necessary services using Docker Compose:

    Terminal window
    docker-compose up -d
  2. Configure Installation

    Create an install.cfg file with the required configuration. You can use the following template:

    install.cfg
    ## MAAS DHCP Range IP
    MAAS_DHCP_START_IP="192.168.197.216"
    MAAS_DHCP_END_IP="192.168.197.219"
    ## OtterScale Web IP
    OTTERSCALE_WEB_IP="192.168.197.220"
  3. Run Installation Script

    Execute the installation script through the User Interface:

    1. Access the OtterScale UI.
    2. Execute the install.sh script.