Difference between revisions of "Template:Oxinstaller"

Line 1: Line 1:
  $ /opt/open-xchange/sbin/oxinstaller --servername=oxserver --configdb-pass=db_password \
+
'''Important:''' Beginning with 6.12 Public PTF, there's a new mandatory option for the oxinstaller. The license code must be specified to run it like below. If you do not plan to license Open-Xchange, you can use the option ''--no-license'' instead.
 +
 
 +
  $ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
 +
--servername=oxserver --configdb-pass=db_password \
 
  --master-pass=admin_master_password --ajp-bind-port=localhost
 
  --master-pass=admin_master_password --ajp-bind-port=localhost
  
 
'''Note:''' In a clustered setup, <tt>--ajp-bind-port</tt> must be set to <tt>*</tt>
 
'''Note:''' In a clustered setup, <tt>--ajp-bind-port</tt> must be set to <tt>*</tt>

Revision as of 09:34, 5 November 2009

Important: Beginning with 6.12 Public PTF, there's a new mandatory option for the oxinstaller. The license code must be specified to run it like below. If you do not plan to license Open-Xchange, you can use the option --no-license instead.

$ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
--servername=oxserver --configdb-pass=db_password \
--master-pass=admin_master_password --ajp-bind-port=localhost

Note: In a clustered setup, --ajp-bind-port must be set to *