Simple OpenCart Instance on a L.E.M.P. Stack

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:

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *