Category:Cumulus MX: Difference between revisions

m
# The '''trends.htm''' web page also loads some library software from an internet Content Delivery Network (cdn) to invoke the JavaScript based Highstocks library.
 
== Optional parameters to add to the instruction to run the MX engine ==
 
 
=== Parameter for changing Port ===
 
When Cumulus starts, it will display the URL of the user interface. It runs on port 8998 by default; if this is not suitable for some reason you can over-ride it using the '-port' parameter on the command line, e.g. to use port 9999 instead:
<pre>sudo mono CumulusMX.exe -port 9999</pre>
 
=== Parameter for adding debugging ===
 
You can also add '''CumulusMX.exe -debug''' (to have full debugging turned on as MX starts), '''CumulusMX.exe -Logging=1''' (for the Davis specific logging).
<pre>sudo mono CumulusMX.exe -debug -Logging=1</pre>
 
=== Parameter for changing Locale ===
 
On Linux and (in particular) OS X, Cumulus MX may not be given the correct locale to use, and you may get the default US locale even if that is not your locale. It will output the local it is using when it starts; if it is not correct, close it down and start it again, this time specifying your locale on the command line, using the -lang parameter . For example, in the UK, on a non-Windows device type:
 
 
=== Library software ===
 
Cumulus MX uses library software for a lot of the standard functionality. The library software is largely included in the distribution zip.
 
==== Library software for admin interface ====
 
#'''Alpaca'''
<script src="webfiles/lib/highstock/js/themes/grid.js"></script></pre>
 
==== Library software for your web server ====
 
The '''webfiles/lib''' folder includes a number of software library items that are needed for the standard web pages included in the MX distribution.
5,838

edits