Difference between revisions of "Template:Oxinstaller"

Line 3: Line 3:
 
  $ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
 
  $ /opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
 
  --servername=oxserver --configdb-pass=db_password \
 
  --servername=oxserver --configdb-pass=db_password \
  --master-pass=admin_master_password --ajp-bind-port=localhost
+
  --master-pass=admin_master_password --ajp-bind-port=localhost --servermemory 512
  
 
'''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 08:51, 12 October 2011

Important: You should have your Open-Xchange license code at hand. If you do not plan to license Open-Xchange, you can use the option --no-license instead. Please also check OXReportClient documentation for more information about configuring a supported and maintained Open-Xchange server.

$ /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 --servermemory 512

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