server icon indicating copy to clipboard operation
server copied to clipboard

Setting up the Server on Linux instead of Windows

Open Bxrxk opened this issue 1 year ago • 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.

Best Burak Docker info

Bxrxk avatar Jan 31 '24 12:01 Bxrxk

You can use Docker in Linux and get the latest image into docker and start using it simply. What is the problem?

EmilAlipiev avatar Feb 08 '24 19:02 EmilAlipiev

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.

AlexanderWollbrink avatar Apr 19 '24 10:04 AlexanderWollbrink