A replica set is a group of MongoDB database nodes used for defining database clusters with master-slave replication and automated failover. A replica set contains a single primary node, multiple secondary nodes, and an arbiter node. The primary node receives all write operations while other nodes apply operations from the primary so that all nodes have the same data set.
Mongo
How to install Wekan on Ubuntu 14.04
In this blog post we will show you how to install Wekan on an Ubuntu 14.04 VPS with the latest version of Nginx as a reverse proxy. Wekan is an open-source Trello-like kanban board application which runs on Node.js and MongoDB. This guide should work on other Linux VPS systems as well, but was tested and written for Ubuntu 14.04 VPS.
Install RocketChat on an Ubuntu 14.04 VPS
In this blog post we will show you how to install RocketChat on an Ubuntu 14.04 VPS. RocketChat is a web chat server which runs on Node.js and MongoDB. RocketChat allows you to chat with your colleagues and friends face-to-face over audio and video, upload files, record and transmit voice messages and many more. This guide should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04 VPS.
Install Quokka on Centos
In this blog post we will show you how to install Quokka on a Centos VPS with Nginx and uWSGI. Quokka is open source flexible content management system based on the Flask web framework . You can use Quokka to build a web portal, publish a blog or use it as a document management system . With the existing Quokka modules you can create an e-commerce application or fundraising website. This guide should work on other Linux VPS systems as well but was tested and written for a Centos 7 VPS.
How to install Let’s Chat on an Ubuntu VPS
In this blog post we will show you how to install Let’s Chat on an Ubuntu 14.04 VPS with the latest version of Nginx as a reverse proxy. Let’s Chat is a self-hosted chat for small teams which runs on Node.js and MongoDB. This guide should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04 VPS.
Install PencilBlue on Debian 8
In this blog post we will show you how to install PencilBlue CMS on a Debian 8 VPS with the latest version of Nginx. PencilBlue is an open source content management system built on Node.js. This guide should work on other Linux VPS systems as well but was tested and written for Debian 8 VPS.
Install MEAN on an Ubuntu 14.04
In this tutorial, we will walk you through the steps on how to install MEAN on an Ubuntu 14.04 machine.
MEAN stands for Mongo, Express, Angular and Node. It is a simple, scalable and easy to use javascript framework for fullstack web development.