Linux Setup
Info |
---|
GDE Core Linux running requirement is Dotnet Core 7.0 You can install using the commands below.
...
Dotnet Core 7.0 Setup
...
Code Block |
---|
$ wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
$ sudo dpkg -i packages-microsoft-prod.deb
$ sudo apt-get update
$ sudo apt-get install -y apt-transport-https
$ sudo apt-get update
$ sudo apt-get install -y dotnet-sdk-7.0 |
...
GDE Linux Setup
Installation for Debian Linux based distributions
Linux Installation
Installation Steps | ||
---|---|---|
| ||
|
|
|
|
Linux
...
Red Hat Setup
...
...
Dotnet Core 7.0 Installation
Code Block |
---|
# dnf install dotnet-sdk-7.0
# dotnet --i // You can check the installation with the command |
GDE Linux Ret Hat Installation
Installation Steps | ||
---|---|---|
| ||
|
|
|
Red Hat Firewall settings should be checked if the documents are not displayed if feeding is started in GEODI.
MACOS Setup
Info |
---|
...
MACOS Dotnet 7.0 Installation
...
Dotnet 7.0 installation is mandatory. You can install Dotnet Core 7.0 on MACOS machines as described below.
...
Microsoft .Net Core 7.0 For MacOS For MacOS link and click to run the installation
...
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.
Code Block $ sudo cp /Applications/GDE/Settings.json /usr/local/share/dotnet
GDE MACOS and Linux must be restarted when the initial setup specific settings file is changed.