ERROR installation nopcommerce 4.2 on CentOs 8

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Have you information about build from source on centos?
4 years ago
use dotnet sdk commands to build the code and publish. using runtime as linux-x64 to generate the deployment binaries.

or you can try with the binaries from https://github.com/kmsrao/NopCommerce_Linux
4 years ago
I install dotnet-sdk-2.2, dotnet-sdk-2.1,dotnet-sdk-3.1

i make : sudo dotnet build -o /var/www/nc420 --runtime linux-x64

and have error:

It was not possible to find any compatible framework version
  The framework 'Microsoft.NETCore.App', version '2.2.0' was not found.
    - The following frameworks were found:
        2.1.15 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
        3.1.1 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
4 years ago
sv_ wrote:
I install dotnet-sdk-2.2, dotnet-sdk-2.1,dotnet-sdk-3.1

i make : sudo dotnet build -o /var/www/nc420 --runtime linux-x64

and have error:

It was not possible to find any compatible framework version
  The framework 'Microsoft.NETCore.App', version '2.2.0' was not found.
    - The following frameworks were found:
        2.1.15 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
        3.1.1 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]


2.2.0 SDK is not showing in the SDK list.  This means 2.2.0 SDK is not installed.

Install 2.2.0 SDK  and verify the build.
4 years ago
I download https://github.com/kmsrao/NopCommerce_Linux  -it's work,  but i have error in browser "  redirect meny time..."
4 years ago
kmsrao wrote:
I install dotnet-sdk-2.2, dotnet-sdk-2.1,dotnet-sdk-3.1

i make : sudo dotnet build -o /var/www/nc420 --runtime linux-x64

and have error:

It was not possible to find any compatible framework version
  The framework 'Microsoft.NETCore.App', version '2.2.0' was not found.
    - The following frameworks were found:
        2.1.15 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
        3.1.1 at [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]

2.2.0 SDK is not showing in the SDK list.  This means 2.2.0 SDK is not installed.

Install 2.2.0 SDK  and verify the build.


If i make : yum install sdk 2.2-  installing  2.2.8,  if i make yum install sdk 2.2.0- i have error : yum haven't version 2.2.0 for nstall.

If i make : yum install 2.1- installing 2.1
15
4 years ago
2.2.8 would work.

For the redirection issue, can you put the screen shot . If Niginx is set as reverse proxy for dotnet webapp, it would work. Please share the error and screen shot.

Thanks
Kmsrao.
4 years ago
Thanks to everyone. We conducted an analysis and created a task to update this instruction, you can follow the progress of its implementation at https://github.com/nopSolutions/nopCommerce-Docs/issues/63
4 years ago
Thank you Sergei.

Do we have any analysis data comparing Linux hosting and windows hosting ?
4 years ago
I don’t quite understand what kind of analysis you are asking, if it about this topic, then there is no special data, it all comes down to the fact that the "No source" archive is originally is built for the Windows environment and is not able to fully work in Linux.

kmsrao wrote:
Thank you Sergei.

Do we have any analysis data comparing Linux hosting and windows hosting ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.