MultiCloud Classroom notes 24/May/2025

Create mysql database in AWS

  • AWS has Relational Database as a Service option (RDS)
  • Watch classroom recording for steps

Installing nopCommerce on ubuntu

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"
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%