Install Calipso CMS on CentOS 6

Install Calipso CMS on CentOS 6

Install Calipso CMS on Centos 6.3

Step-by-step guide to installing Calipso CMS on CentOS 6.3 using Node.js, npm, and MongoDB.

Prerequisities

Node.js, npm and mongoDB. if you need help install missing apps you can visit

Install Node.js / Express.js / Derby.js / Meteor.js on RHEL/Centos 6.3 Tutorial

also, you’ll need to validate you have the following libs:

yum install make openssl-devel

 

Install Calipso CMS

npm install calipso -g

 

Create a new project

calipso site /var/www/MyBlog cd /var/www/MyBlog calipso server

you can start with different port with:

calipso server -p 80

 

you can go to your browser and start the guided installtion process at http://localhost:80.

 

Hapy Calipso’ing…