KOINS.Studio - Articles - Инсталляция и настройка программ - Install Monolith on Windows 11/Mac/Linux

Install Monolith on Windows 11/Mac/Linux

System preparation

Preparing the installer for launch

Explanation of fields:

  • Bot login (your studio login):
  • Login for DB / Password for DB - credentials for your local database.

  • Login for PRG - login for the Programmer’s Page (PRG).

  • Checkout projects - whether to automatically checkout the project (`Yes` / `No`).

  • Path to workspace - specify the Linux path that corresponds to your Windows workspace: /mnt/%LocalDisk%/ExampleFolder/SubFolder
    Example: Linux path: /mnt/d/WorkspaceWindows path: D:\Workspace

  • Hostname for trunk/stable/production/studio - local domain names for each environment.

  • Run the generated command in the Ubuntu console.
    Example: bash install.sh --bot-login login --checkout yes --trunk wl.tr --stable wl.st

  • If everything is entered correctly, the installation will start.

  • During installation:
    • When prompted “Would you like to continue [y/n]”, type y.

    • When prompted twice for “Write one time password from studio:”, copy the password from the top menu icon

      Note:

      • If you see this error, it means you don’t have access to the repository:

    • When asked “Are you sure you want to continue connecting (yes/no)?”, type yes.

  • After the installation completes, you’ll see an informational message:


After installation, the following commands are available:

  • sh ~/server.sh - start MySQL, Memcached, Apache, and DynamoDB.

  • bash ~/dump.sh - create a database dump.

  • bash ~/restore.sh - restore a database dump.

  • service <service_name> <start|restart|stop> - for managing services.

Available services:

  • mysql

  • apache2

  • memcached

  • dynamodb

Available operations:

  • start

  • stop

  • restart

Examples:

  • service apache2 stop - stop Apache.

  • service apache2 restart - restart Apache.

Last modification: 10.11.25 07:50