osclass / Osclass

With Osclass, get your own classifieds site for free. Build your own Osclass installation and start advertising real estate, jobs or whatever you want- in minutes!
http://osclass.org/
647 stars 344 forks source link

Install Osclass on IBM Cloud #2322

Open mahsandu opened 3 years ago

mahsandu commented 3 years ago

This documentation will describe how to Install Osclass on IBM Cloud.

Requirements/Prerequisites

You will need an IBM Cloud Pay-As-You-Go or Subscription Account type which can be found here.

Introduction

This docs will describe how to install Osclass on IBM Cloud. These four steps will be needed as follows:

So let's get started.

Step 1: Provision Kubernetes Cluster

You will be redirected to the Kubernetes cluster creation page.

Option A: Create free Kubernetes Engine:

image

Enter the cluster name of your choice then click Create to provision the free Kubernetes Cluster. Please wait for few moments to provision the cluster.

Option B: Create Standard Kubernetes Engine with the following attributes:

image

image

Enter the cluster name of your choice then click Create to provision.

image

Please wait for a few moments to provision the cluster.

Step 2: Deploy IBM Cloud Block Storage plug-in

image

image

N.B. Select location as the cluster location.

Now a storage plugin will be available in the dashboard.

Step 3: Deploy Osclass

search-class

You will be taken to the Osclass deployment page.

In the Osclass creation page add the details below:

image

Click Install to deploy Osclass. Please wait for all the process to complete.

image

Step 4: Verify Installation

verification

image

You will be taken to your clusters overview page where you will see the details of your cluster as well.

image

Click install, then wait for a couple of minutes to finish the process.

image

A command line terminal will appear. Type the command below:

Get the list of pods:

kubectl get ns

image

See if it is running:

kubectl get pod -n osclass -o wide

image

The Installation is now done! Enjoy !