OpenCart is an opensource online store that uses Stripe for its transactions. Today we will be building a L.E.M.P. stack and setting up a SMTP in order to install an OpenCart instance on that same cloud server.
If you haven’t already, create a Linux cloud instance and SSH into it. Once we’re inside, change your working directory to /var/www. Here we can make a new directory for OpenCart:
sudo mkdir ./opencart
change your working directory to /var/www/opencart now so we can grab the latest release of OpenCart: