Open In App

How to Install MongoDB on Openshift?

Last Updated : 27 May, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

MongoDB is a database that is used to store data in the form of documents. It is widely used for its flexibility and scalability. MongoDB provides a cloud and server-based database management system. Also, MongoDB provides some extra plugins to use MongoDB in different aspects also. Like MongoDB provides PHP driver plugins. Openshift is an open source platform that provides containerization concepts in machines. Generally, Openshift is a cloud-based software. It is mainly used by developers. Developers implement softwares & then deploy it in the cloud. So it is accessible easily. Before processing to the method, an account on Openshift should be created. Or it may be installed in the machine also.

Features:

  • MongoDB can store documents in a flexible model. So, these documents’ data structures can be changed further in the future.
  • MongoDB is distributed in nature. The distributed databases are high available which makes them easy to handle and use.
  • As MongoDB is open-source in nature, it is free to use & easy to install.

Install MongoDB on Openshift

Step 1: The dashboard of Openshift should be opened at first. The Databases should be browsed. Then the MongoDB option is to be clicked. There are two options that will be present. In between then the second option, MongoDB(Persistent) to be clicked. This is the stable option among them.

Click-on-MongoDB(Persistent)

 

Step 2: Then click on Next for further process.

Click-on-the-next-button

 

Step 3: Then in the Add a project option, choose to Create project option from the dropdown list. Also, after that provide some names of the project. After that click on Next. Don’t need to change anything.

Provide-project-name-and-click-next-button

 

Step 4: After that don’t need to make any changes. Just click on Create. It will take some time to install & create MongoDB in Openshift.

Click-on-Create-button

 

Step 5: At the last step, just click on Close. It will also take some time to make the configuration of the Openshift. After that, the installation window will close automatically.

Click-on-Close

 

Step 6: If the process is completed successfully, in the right side panel newly created MongoDB project name will be visible. So, the installation is successful.

Verifying-the-mongoDB

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads