hi everyone.
Afert several app deployed on IIS server, i want to begin to use wisej 3 on linux.
I am a beginner on linux platform an I ask you if it is possible to produce a step by step guide on how to deploy an application on linux.
I have read the docuementation but it seems unclear to me, due to my little knowledge of the linux environment.
Thank in advance
Hi Ala
We have succesful deployed our first appliaction on linux thank your suggestion.
Now we have one bug.
Afert the page is showed, few minutes after, an application error message is showed.
I have attached the screenshot.
Have you suggestion?
Thanks.
Hi Angelo,
For Linux, there’s a few dependencies that must be installed first!
You can find these HERE.
After that, it’s just a matter of building your application using the Publishing tool on Visual Studio.
Make sure that you set the Target Framework to NET6 and the Runtime to Linux_x64
After the application is build, you may need to copy over the Default.html, Default.json and Web.config and transfer everything to your target machine.
On Linux, the application can be run as a service all on itself, or you can use a web server like NGNIX.
HTH,
Alaa
Please login first to submit.