Posts tagged "mongo db" :

How to Quickly Setup and Secure MongoDB

8 min read27 VIEWS

#MongoDB#MongoDB Compass

This post shows how you can run several mongo databases on a system, store them separately, protect them with different user permissions, and establish remote connections. We will also review how to connect remotely with Compass, a management GUI provided by Mongo.

MEANcore-CMS - MEAN Stack CMS & Blogging Platform

6 min read159 VIEWS

#MEAN#Angular#MongoDB#Node.js#CMS

MEANcore-CMS is an open source CMS (Content Management System) and blogging platform developed using the MEAN Stack (MongoDB, Express.JS, Angular, and Node.JS). This post will cover how to set up this CMS on a DigitalOcean droplet, but the steps are relatively the same for any host.

How to Install the MEAN Stack on CentOS

13 min read149 VIEWS

#MongoDB#Node.js#PM2#NGINX#Angular-CLI#Express#Angular

In this post, we will install a MEAN stack (MongoDB, Express.JS, Angular, and Node.JS) on CentOS. These steps have been tested on CentOS 7, but they should work fine on CentOS 6 as well.

How to Install the MEAN Stack on Windows

6 min read2024 VIEWS

#MongoDB#Angular-CLI#Node.js#Express#Angular

In this post, we will install a MEAN stack (MongoDB, Express.JS, Angular, and Node.JS) on Windows. These steps have been tested on Windows 10 but they should work fine on Windows 7 and Windows 8 as well.