eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Setting up the Server on Linux instead of Windows #211

Open Bxrxk opened 10 months ago

Bxrxk commented 10 months ago

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

EmilAlipiev commented 9 months ago

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

AlexanderWollbrink commented 7 months ago

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.