Setup BIND DNS Server on CentOS 7

Install Calipso CMS on Centos 6.3

Install Calipso CMS on Centos 6.3

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:

1
yum install make openssl-devel
yum install make openssl-devel

 

Install Calipso CMS

1
npm install calipso -g
npm install calipso -g

 

Create a new project

1
2
3
calipso site /var/www/MyBlog
cd /var/www/MyBlog
calipso server
calipso site /var/www/MyBlog
cd /var/www/MyBlog
calipso server

you can start with different port with:

1
calipso server -p 80
calipso server -p 80

 

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

 

Hapy Calipso’ing…

Leave a Reply

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

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.