Create mysql database in AWS
- AWS has Relational Database as a Service option (RDS)
- Watch classroom recording for steps
Installing nopCommerce on ubuntu
- Refer Here for steps
- Softwares:
- Commands
sudo -i
mkdir -p /opt/nop
cd /opt/nop
wget https://github.com/nopSolutions/nopCommerce/releases/download/release-4.80.6/nopCommerce_4.80.6_NoSource_linux_x64.zip
apt install unzip -y
unzip nopCommerce_4.80.6_NoSource_linux_x64.zip
mkdir bin logs
dotnet Nop.Web.dll --urls "http://0.0.0.0:5000"
