Setting up the Server on Linux instead of Windows
Bxrxk opened this issue · 2 comments
Hey everyone,
I am trying to set up the AAS Server on a VM (Virtual Machine) where Windows 10 is running. Unfortunately, the Docker is not supported on the Hyper-V Version that I'm working with (because it only works on VMware ESXi or Azure VMs). Also, there is no way for me to choose a different VM . That's why I thought about setting up the AAS Server on Linux.
Is it possible to set up the AAS Server on Linux or should I find an alternative for Docker and stick to Windows?
Every hint will be appreciated.
You can use Docker in Linux and get the latest image into docker and start using it simply. What is the problem?
Sorry for the late response.
It is definitely possible to set up and use the AASXServer on Linux.
Inside the AasxServerBlazor
folder you can find a shell script called startForDemo.sh
. You could either start this or use the command inside to start a server:
dotnet AasxServerBlazor.dll --no-security --data-path ./aasxs --host 0.0.0.0 $OPTIONSAASXSERVER
Of course, to use this, you will need have .NET Framework 6.0 installed.