![]() ![]() |
||||
|
||||
![]() |
![]() |
![]() |
![]() |
|
Installation Guide - Linux Mobile Version (using rpm file)This section describes how to install Denbun (Linux version).
This explanation assumes that the server OS is a Linux and the web server is using Apache Server. Please refer to the system requirements on the product web site for Linux distribution supported. To uninstall Denbun, please refer this guide. Denbun Mobile may now be installed. 1. Extract archiveUse a super user for the process. Copy the setup file to a temporary directory, $ su Password: # cp denbun-mb-0.0-0.0.i386.rpm /tmp # cd /tmp # 2. Edit and execute packageAdd package. Use rpm command # rpm -ivh denbun-mb-0.0-0.0.i386.rpm Preparing... ########################################### [100%] 1:denbun-mb ########################################### [100%] # The executable modules will be installed in "/var/www/cgi-bin/dnmwml" 3. Change owner (* this may not be necessary)If the "User ID" and "Group ID" of the user who provides HTTP service are not the default settings, change them. The default of both "User ID" and "Group ID" is "apache". # chown -R denbun:denbun /var/www/cgi-bin/dnmwml # chown -R denbun:denbun /var/www/html/dnwml/dnwmllocal # 4. Edit dnwmlpath (* this may not be necessary)If you installed Denbun other than default directory, edit the file. You can find the file "dnwmlpath" in the installed directory. # vi /var/www/cgi-bin/dnmwml/dnwmlpath 5. FinishedThe installation of Denbun for Mobile completed. 6. Access to Denbun for MobileAfter the installation, access to the Denbun for Mobile. http://(IP address of server or server name)/cgi-bin/dnmwml/dnmwml.cgi? 1. UninstallationUninstall Denbun for Mobile. 1. Uninstall the packageUse a super user for the process. # rpm -e denbun-mb-0.0-0.0 # 2. FinishedThe uninstallation of Denbun for Mobile completed. |
||||
|