If you have CUBRID 8.4.3 or 9.1 already installed, you do not need to install CUBRID Web Manager (CWM) separately as it is already embedded. For CUBRID 8.4.0, 8.4.1, and 9.0, read on.
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.
There are two prerequisites to work with CWM:
CUBRID Web Manager can be installed by simply downloading CWM installation package compatible with the CUBRID Server installed on your system.
If there is no CUBRID DB server and Web manager in your system, then:
If CUBRID Database Server 8.4.0 or later has already been installed, then download CUBRID Web Manager package from http://www.cubrid.org/?mid=downloads&item=cubrid_web_manager&os=any&cubrid=any or http://ftp.cubrid.org/CUBRID_Tools/CUBRID_Web_Manager/. Then follow the installation instructions below.
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