It comes with features such as a menu module, HTML blocks, and a slider module that can load at any given position. PanoplyCMS offers features that may not be available to other PHP-based CMS, like WordPress Joomla, or Drupal. If you’re looking for a Meteor-based CMS that’s SEO-friendly design, flexible CSS framework, and is free, you might want to take a look at PanoplyCMS. For more about PanoplyCMS, please check its homepage. This brief tutorial shows students and new users how to install PanoplyCMS on Ubuntu 16.04, 18.04, and 18.10. To get started with installing PanoplyCMS, please continue below:

Install Node.Js

PanoplyCMS runs on Node.js and Meteor, javascript runtime, and frameworks. To install Node.js on Ubuntu from its LTS repository, run the commands below to install: After that, Node.js should be installed and ready to use as well.

Install PM2 Process Manager

Another requirement for PanoplyCMS is the PM2 process manager. To install the PM2 package on Ubuntu, run the commands below: After that, your system should be ready for PanoplyCMS.

Install Meteor

Meteor is an open-source platform for developing JavaScript apps for web, mobile, and desktop. You can easily install it using the commands below

Install PanoplyCMS

To get PanoplyCMS, you’ll want to clone it from GitHub to your home directory. To do that run the commands below After that, change into the PanoplyCMS folder by running the commands below. After changing into the PanoplyCMS folder above, run the commands below to install additional Meteor dependencies. Finally set up PanoplyCMS by running the commands below from inside the PanoplyCMS folder. After that, wait for the server to get started. It will automatically install all dependencies and will start running. When all dependencies are downloaded and installed, you should then be able to open your browser and browse to the server hostname or IP address followed by port 3000 You should see the PanoplyCMS home page. That’s it!

Backend Link: http://localhost:3000/admin Initial Login Credentials of Backend :- Email: info@deligence.com Password: Pass@123

Now go and create some categories, then articles, and finally some menus. Look at the changes at your front end. Congratulations! You have successfully installed PanoplyCMS on Ubuntu 16.04 | 18.04 | 18.10 You may also like the post below: