...
GDE Linux Setup |
---|
|
After thesetup of GDE linux and Dotnet Core is completed, TOKEN and URL settings are made with *.json on the client machine. With the following command, it is thrown to the directory where the package is installed. Code Block |
---|
$ sudo cp /usr/share/dece/gde/Settings.json /usr/share/dotnet |
|
|
Linux Ret 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 |
---|
|
After thesetup of GDE linux and Dotnet Core is completed, TOKEN and URL settings are made with *.json on the client machine. With the following command, it is thrown to the directory where the package is installed. Code Block |
---|
$ sudo cp /usr/share/dece/gde/Settings.json /usr/lib64/dotnet |
|
Red Hat Firewall settings should be checked if the documents are not displayed if feeding is started in GEODI.
MACOS Setup
MACOS Dotnet 7.0 KurulumuInstallation |
---|
|
|
|
...