How to deplyoing Wisej in Linux using control panel

0
0

Hi,

It’s there someone success deplyoing Wisej in linux using control panel (Webuzo, Aapanel , Plesk ,etc).

Can your share some tutorial how to do it, i had try develop using wisej 3.5 and try deploying in Linux (i had to do in Linux, didn’t like IIS)

Thanks

 

Nicky

 

 

  • You must to post comments
0
0

Halo Nicky Suwandi are you from indonesia ?

  • You must to post comments
0
0

Some notes:
-aaPanel does not support ASP.NET Deployments, and therefore will not support a Wisej.NET deployment
-Between Webuzo and Plesk, Plesk is the more user-friendly option, so I would recommend looking into that.
-Whatever you select to deploy your application, make sure that it supports ASP.NET deployment. You can find many resources on the web for deploying ASP.NET applications, which will all support Wisej. NET deployment.

Unfortunately, creating a video tutorial for specific Linux deployments is out of the scope of what we can offer with our free support services, due to the large amount of time and effort involved. However, if you purchase 3 4-hour consulting packages (see https://wisej.com/services-packages/), we can look into creating a video tutorial on deploying to Plesk.

  • You must to post comments
0
0

This is in reply to your previous comment, but I’m writing it here so that the formatting is better:

One thing that may help you is that Wisej is based on ASP.NET Core. So if you search for “Deploy an ASP.NET core application to Linux using Webuzo”, for example, you can follow the same steps to deploy your wisej application. You will still find the video tutorial that we have helpful if you run into any wisej-specific errors. (For example,at 25:42 in the video it shows how to fix Libgdiplus and license key errors).

For troubleshooting your issue specifically, in case you decide to stick with using the terminal:
Note that “running the Wisej application as a service” and “having NGINX route the user to the application when they try to access the public ip” are two separate things. You can run the Wisej application as a service without using NGINX. So when you say “when create service run in nginx, i failed”, note that “create service” is NOT an NGINX command.

I would try this to fix it:
-Stop NGINX using the command sudo systemctl stop nginx. You might be running NGINX on the same port that you’re trying to run the service on-this could be causing an issue.
-Double-check that ASP.NET Core is installed (8:52 in the video)
-Edit the service configuration file (instructions at 36:29 in the video)- triple-check this! My guess is that this is causing the issue. Your file should not look identical to the one in the video- you have your own username, etc.
-Double-check that all the permissions are enabled so that you are able to read, write, and execute all the necessary files. If you get an error or “Permission denied” message about not being able to read/write/execute a certain file- that’s the one you need to enable permissions on.
-Create and run the service by following the instructions from 32:04 to 38:39

  • nicky suwandi
    Hi Julie Thanks for you reply. I am freeland developer, when program finish development, we will install it to customer, but some customer they have expert it people and some didn’t have it people. So we didn’t just develop program for him,but we must train they how to operate and maintenance the server. We try to reduce the cost for customer (request some customer) by using Linux (in microsoft iis is very friendly for configure but this cause more cost), but when using Linux we facing with everything must configure manually. Using Thirdparty program like control panel (webuzo,aapanel,plesk,etc),this make more easy than we using terminal for configure the server. If there example from wisej how to deploying wisej using linux control panel this will much help us (better there in video tutorial much better), i think there will many developer want to migrate their program to linux server too. Thanks Nicky
  • You must to post comments
0
0

Hi Nicky,

Please go to https://docs.wisej.com/deployment for more information on how to deploy a Wisej.NET Application on Linux.

Best,
Alaa

//

  • nicky suwandi
    Hi Alaa, I had try deploying based on this document, its very difficult for beginer in linux. i didn’t success do it. Thanks
  • You must to post comments
0
0

This is a video on how to deploy a Wisej project on Linux https://docs.wisej.com/deployment/targets/linux-macos

  • nicky suwandi
    Hi Julie I had try follow this tutorial, deploying successfull, but when create service run in nginx, i failed. So i want to ask,is there tutorial using control panel in Linux (like webuzo,plesk, aapanel,etc), because contol panel using GUI make easy to configure. I am searching in search engine there no tutorial for wisej in linux panel, i hope Wisej Team will help to create it. Thanks
  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.