Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For testing, you only need to provide the basic 4 cores CPU and 8G RAM, and then follow the below command to install the CX Application and Midware on the same machine.

Testing Server Installation Steps

Before install Application Server, please reference Installing Cloud CX on Linux[Newest Version] | Install CloudCX Midware Server to install Midware services(DB&Redis) first

  1. Make directory and change directory

mkdir -p /opt/cloud_cx/ && cd /opt/cloud_cx/

Note: /opt/cloud_cx/ is an example here, you can change to your directory name, and this directory will store user data.

  1. Download install scripts

curl https://raw.githubusercontent.com/cloud-cx/cloudfon-cx-install/main/v3.3.x/cloud_cx_ctl.sh -o cloud_cx_ctl.sh
curl https://raw.githubusercontent.com/cloud-cx/cloudfon-cx-install/main/v3.2.x/install_docker_cx.sh -o install_docker_cx.sh

Note: cloud_cx_ctl.sh is an example here, you can download and rename to your name.

  1. Install docker environment and configure firewall.

/bin/sh install_docker_cx.sh
  1. Install CX Application Service

sh cloud_cx_ctl.sh run -i puteyun/cloud_cx:${tag}

Note: Please MUST replace the Variables in the above command with the correct value

  • ${tag} is the release version of CloudCX, for example: 3.2.3

  1. Login and configure the CloudFon CX.

Open Browser, input “https://host:9006/”, the “host” is the IP address or domain name of your CloudCX server (Linux Server). 

IMPORTANT: To complete CloudCX initial configuration, please refer to 'System initialization' guide.

  • No labels