Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up the Server on Linux instead of Windows #211

Open
Bxrxk opened this issue Jan 31, 2024 · 2 comments
Open

Setting up the Server on Linux instead of Windows #211

Bxrxk opened this issue Jan 31, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Bxrxk
Copy link

Bxrxk commented Jan 31, 2024

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
Copy link

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

@juileetikekar juileetikekar added the question Further information is requested label Feb 14, 2024
@juileetikekar juileetikekar added the help wanted Extra attention is needed label Feb 28, 2024
@AlexanderWollbrink
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants