Installation
Follow the steps below to install and configure OtterScale.
-
Start Services
Run the following command to start the necessary services using Docker Compose:
Terminal window docker-compose up -d -
Configure Installation
Create an
install.cfgfile with the required configuration. You can use the following template:install.cfg ## MAAS DHCP Range IPMAAS_DHCP_START_IP="192.168.197.216"MAAS_DHCP_END_IP="192.168.197.219"## OtterScale Web IPOTTERSCALE_WEB_IP="192.168.197.220" -
Run Installation Script
Execute the installation script through the User Interface:
- Access the OtterScale UI.
- Execute the
install.shscript.