If you want an open-source eCommerce platform that is scalable and performs at a high level, then Cezerin is a good place to start. Cezerin is built on an open-source core with support for open standards, which might be very useful in helping you run your digital content. With its high-quality Progressive Web App features, you will delight your users and customers, improving engagement and thus increasing conversions. For more about Cezerin, please check their Homepage This brief tutorial is going to show students and new users how to install the Cezerin eCommerce platform on Ubuntu 16.04 | 18.04 and 18.10 systems. These are the packages we’re going to set up.

Node.js MongoDB

Install Node

To install Ruby and Rails on Ubuntu, you’ll need to install some dependencies. To make that happen, install Node.js and Yarn repositories. This will make installing the dependencies easier. First, install these curl and git packages. Then run the commands below to add Node.js and Yarn repositories and keys to your system. Then install some core packages to get your environment going. When you’re done. continue below:

Install MongoDB Database Server

Now that Node.js is installed, follow these steps to install MongoDB. MongoDB is available via Ubuntu default repositories. However, installing from Ubuntu default repositories might not necessarily install the latest version. To install MongoDB default repository, run the commands below to add its default repository GPG key. After that, run the commands below to add its repository file. When you’re done, run the commands below to install That should install the latest version of MongoDB After installing MongoDB, these commands can be used to stop, start and enable MongoDB service to automatically start up when the server boots. To check MongoDB status, run the commands below: You should see similar lines below:

Install Cezerin eCommerce

Now that your environment is ready, run the commands below to install Cezerin eCommerce and build your first site.  Next, run the commands below Next, change it into the Cezerin folder and install it there. After running the setup, you should see similar lines as below: Finally, run the commands to start the server. When you do that, you should see similar lines as below: [start-store] > cezerin@0.33.0 start-store /home/richard/cezerin [start-store] > node -r ESM dist/store/server/index.js [start-store] info: Store running at http://localhost:3000 [start-api] info: API running at http://localhost:3001 [start-api] info: MongoDB connected successfully Now open your browser and browse to the hostname followed by port # 3000 You should see Cezerin’s home page. Congratulation! You have successfully installed the Cezerin eCommerce platform on Ubuntu 16.04 | 18.04 | 18.10 You may also like the post below: