Who to install 4.2 on Linux?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 года назад
Who to install 4.2 on Linux?
4 года назад
Anyone who installed 4.2 in Linux? Is there a manual for it?

Thank you.
4 года назад
I tried, but not succeed yet.
4 года назад
- to run on linux deploy from source
- dotnet build
- dotnet publish -c Release ( this command in /Presentation/Nop.Web dir )
- copy all files in the publish folder and paste on root dir
- read this for complete last step :
https://docs.microsoft.com/it-it/aspnet/core/host-and-deploy/linux-apache?view=aspnetcore-2.2
4 года назад
nopCommerce team we are waiting  installation guide for linux
4 года назад
Hi all,

I have successfully installed and configured NopCommerce 4.2 on Linux including SQL Server 2017. The way it performs in Ubuntu is pretty impressive and pretty proud of the development team and the contributors.

The server config is,
2 CPU Cores (Skylake)
4 GB Ram
NVMe SSD

Please access the full system(including the admin) and feel free to provide feedback.

http://nopcommerce.os2works.com

Admin login is,
username = [email protected]
password = admin

Note: Now I am working on configuring redis for caching and will update how it goes.


Thanks.
Thusitha
4 года назад
Anyone who was able to install the system on docker?
4 года назад
can you tell us how to install? with docker?
4 года назад
Hi,

We have just pushed a docker image for nopCommerce 4.20.

Best Regards,

nopAccelerate Team
4 года назад
[Unit]
Description=Nopcommerce .NET Web API App running on Ubuntu

[Service]
WorkingDirectory=/var/www/kukatoy.ru/html
ExecStart=/usr/bin/dotnet /var/www/kukatoy.ru/html/Nop.Web.dll
Restart=always
RestartSec=10  # Restart service after 10 seconds if dotnet service crashes
SyslogIdentifier=dotnet-example
User=root
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false

[Install]
WantedBy=multi-user.target
sudo systemctl start kestrel-hellomvc.service

error active

how me runnig start nopcommerce on ubuntu?

What file is needed to run through the service?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.