how to run without Docker? #12
Answered
by
MTokarev
MartinMaehlmannMS
asked this question in
Q&A
-
Hi, how can i run the App without running Docker? I want to use apache2 only. |
Beta Was this translation helpful? Give feedback.
Answered by
MTokarev
May 23, 2023
Replies: 1 comment 2 replies
-
You need to build backend and frontend and then you can put it behind any http proxy. Here is how to run it with Apache: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-apache?view=aspnetcore-7.0 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MTokarev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to build backend and frontend and then you can put it behind any http proxy.
Here is how to run it with Apache: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-apache?view=aspnetcore-7.0