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.
...
Open Browser, input “https://host:9006/”, the “host” is the IP address or domain name of your CloudCX server (Linux Server).
Info |
---|
IMPORTANT: To complete CloudCX initial configuration, please refer to 'System initialization' guide. |
CX Control Commands
Show CloudCX services status
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh status |
Restart CloudCX services
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh restart |
Restart the selected service of CloudCX
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh restart -s [Service Name] |
Stop CloudCX Services
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh stop |
Stop the selected service of CloudCX
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh stop -s [Service Name] |
Start CloudCX Services
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh start |
Start the selected service of CloudCX
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh start -s [Service Name] |
Uninstall CloudCX Services
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh rm |