Difference between revisions of "Template:AppSuiteUpgradeRemoveOX6GUI"

(Created page with "= Remove the OX6 GUI = This step is optional. You may just skip it and offer both GUIs, the OX6 GUI and the App Suite GUI. (This is only supported with OX6 v6.22.2 and later....")
 
(Remove the OX6 GUI)
Line 7: Line 7:
 
The packages to be removed can be identified by their version number in the output of <code>{{{listpackages}}} | grep open-x</code>. It will probably boil down to uninstall everything which starts with <code>open-xchange-gui</code>, as the names of the App Suite UI packages start with <code>open-xchange-appsuite</code>.
 
The packages to be removed can be identified by their version number in the output of <code>{{{listpackages}}} | grep open-x</code>. It will probably boil down to uninstall everything which starts with <code>open-xchange-gui</code>, as the names of the App Suite UI packages start with <code>open-xchange-appsuite</code>.
  
  # apt-get remove open-xchange-gui*
+
  # {{{uninstallpackages}}} open-xchange-gui*
  
After deinstallation  of the OX6 GUI packages, adjust the <code>/etc/apache2/sites-available/default</code> file to remove obsolete stuff which was required for the OX6 GUI, but is not required by the App Suite UI. To do so, you may consult the [[AppSuite:Open-Xchange_Installation_Guide_for_Debian_6.0|Installation Guide for OX Appsuite]] to learn which sections of the file are required for an App Suite UI.
+
After deinstallation  of the OX6 GUI packages, adjust the <code>{{{apacheconf}}}</code> file to remove obsolete stuff which was required for the OX6 GUI, but is not required by the App Suite UI. To do so, you may consult the [[AppSuite:Open-Xchange_Installation_Guide_for_{{{distro}}}|Installation Guide for OX Appsuite]] to learn which sections of the file are required for an App Suite UI.
  
 
The AJP or Grizzly configuration will not require adjustments; the settings for App Suite are a superset of the settings of the OX6 GUI.
 
The AJP or Grizzly configuration will not require adjustments; the settings for App Suite are a superset of the settings of the OX6 GUI.

Revision as of 13:56, 27 September 2013

Remove the OX6 GUI

This step is optional. You may just skip it and offer both GUIs, the OX6 GUI and the App Suite GUI. (This is only supported with OX6 v6.22.2 and later.)

If you want to uninstall the OX6 GUI, this step consists of removing the OX6 GUI packages and adjusting Apache's configuration.

The packages to be removed can be identified by their version number in the output of {{{listpackages}}} | grep open-x. It will probably boil down to uninstall everything which starts with open-xchange-gui, as the names of the App Suite UI packages start with open-xchange-appsuite.

# {{{uninstallpackages}}} open-xchange-gui*

After deinstallation of the OX6 GUI packages, adjust the {{{apacheconf}}} file to remove obsolete stuff which was required for the OX6 GUI, but is not required by the App Suite UI. To do so, you may consult the [[AppSuite:Open-Xchange_Installation_Guide_for_{{{distro}}}|Installation Guide for OX Appsuite]] to learn which sections of the file are required for an App Suite UI.

The AJP or Grizzly configuration will not require adjustments; the settings for App Suite are a superset of the settings of the OX6 GUI.