/# Daytona Tools

 brew install daytonaio/daytona/daytona 
In Windows PowerShell:
md -Force "$Env:APPDATA\daytona"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12';
    Invoke-WebRequest -URI "https://download.daytona.io/cli/latest/daytona-windows-amd64.exe" -o $Env:APPDATA\daytona\daytona.exe;
    $env:Path += ";" + $Env:APPDATA + "\daytona";
    [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User);
    daytona;
    daytona version;
In Windows PowerShell:
md -Force "$Env:APPDATA\daytona"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12';
    Invoke-WebRequest -URI "https://download.daytona.io/cli/latest/daytona-windows-arm64.exe" -o $Env:APPDATA\daytona\daytona.exe;
    $env:Path += ";" + $Env:APPDATA + "\daytona";
    [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User);
    daytona;
    daytona version;
curl -Lo daytona "https://download.daytona.io/cli/latest/daytona-linux-amd64" && sudo chmod +x daytona && sudo mv daytona /usr/local/bin/ && rm -f daytona
curl -Lo daytona "https://download.daytona.io/cli/latest/daytona-linux-arm64" && sudo chmod +x daytona && sudo mv daytona /usr/local/bin/ && rm -f daytona
curl -Lo daytona "https://download.daytona.io/cli/latest/daytona-darwin-amd64" && sudo chmod +x daytona && sudo mv daytona /usr/local/bin/ && rm -f daytona
curl -Lo daytona "https://download.daytona.io/cli/latest/daytona-darwin-arm64" && sudo chmod +x daytona && sudo mv daytona /usr/local/bin/ && rm -f daytona

In order to open a workspace, you need to have the Daytona Plugin installed in the JetBrains Gateway.

Install JetBrains Gateway

You can find the installation instructions here .

Install the Daytona Gateway Plugin

1. The package is available for download here.

2. Open JetBrains Gateway

3. Expand the menu in the bottom left corner, then click Settings

4. Select the Plugins section in the sidebar

5. Click on the gear icon found in the panel navigation, then click Install Plugin from Disk, and choose the downloaded package

6. Restart JetBrains Gateway

Name Last Modified Size
Loading...
Page 1