Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

MACOS Setup

MACOS Dotnet 7.0 Installation

  • Dotnet 7.0 installation is mandatory. You can install Dotnet Core 7.0 on MACOS machines as described below.

  • For machines using M1 Series Chip Dotnet 7.0 after installation.

    • The following operations are performed

    • Transactions must be made with an authorized user on the terminal.

      • Copy Dotnet 7.0 Files:

        • sudo cp -a /usr/local/share/dotnet/x64 . /usr/local/share/dotnet

    • To run the dotnet command, create folders and shortcuts:

      • cd /usr/local/bin
        ln -s /usr/local/share/dotnet/dotnet dotnet

MACOS GDE Setup

  • In the downloaded *.pkg package, the installation is done with click-to-run.

  • After installing GDE MACOS and Dotnet Core, TOKEN and URL are made in Settings.json on the client. After these settings are made, they are thrown to the directory where they are installed for the settings to be valid with the system command.

    • $ sudo cp /Applications/GDE/Settings.json /usr/local/share/dotnet

(info) GDE MACOS and Linux must be restarted when the initial setup specific settings file is changed.

  • No labels