There are two prerequisites to work with CWM:
Then follow CUBRID Installation Instructions.
2. Browser
CWM is a Web-based GUI application. Therefore, it should be used in a Web browser. For your better experience, we strongly recommend to use the latest version of Chrome, Safari, Firefox or Internet Explorer.
You do not need to install CUBRID Web Manager (CWM) separately as it is already embedded.
Please Jump to step 3,4,5 as below.
If you want use CUBRID inside a virtual machine, you may want to check the following tutorial which automates the installation process and installs CUBRID, CWM and the necessary drivers for you.
If CUBRID engine is 8.4.0 or 8.4.1 version, you have to download and install Web manager additionally.
Installing CWM is very easy. Stop the cubrid service then simply extract the files from the installation package to the same directory where CUBRID is installed, and its done.
$CUBRID/ home directory.cubrid manager stop command.You can edit the conf/cm_httpd.conf text file in order to configure httpd service for Web manager. Note that if any configuration is changed, CUBRID Manager Service must be restarted.
If you installed and configured Web manger successfully in your server, start CUBRID Manager Service with cubrid manager start command.
Then browse https://cubrid-server-ip:8282 in your Web browser. Notice that HTTPS is used because it listens to SSL port 8282. Now enjoy!
You can learn how to use Web Manager thru its manual. Basically it is similar with other Web tools such as phpMyadmin, SIDU and so on. See the manaul : http://www.cubrid.org/wiki_tools/entry/cubrid-web-manager-manual
If you want to stop using Web manager with httpd, you can stop CM httpd service only in prompt. It will never affect other CM server services.
Command to stop httpd:
cub_cmhttpd stop
Command to start httpd:
cub_cmhttpd start