Category:Cumulus MX: Difference between revisions

20 bytes removed ,  10:10, 21 June 2020
m
Line 449: Line 449:
# The '''trends.htm''' web page also loads some library software from an internet Content Delivery Network (cdn) to invoke the JavaScript based Highstocks library.
# 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 ==
= Optional parameters to add to the instruction to run the MX engine =




=== Parameter for changing Port ===
== 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:
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>
<pre>sudo mono CumulusMX.exe -port 9999</pre>


=== Parameter for adding debugging ===
== 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).  
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).  
Line 463: Line 463:
<pre>sudo mono CumulusMX.exe -debug -Logging=1</pre>
<pre>sudo mono CumulusMX.exe -debug -Logging=1</pre>


=== Parameter for changing Locale ===
== 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:
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:
Line 478: Line 478:




=== Library software ===
= Library software =


Cumulus MX uses library software for a lot of the standard functionality. The library software is largely included in the distribution zip.
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 ====
== Library software for admin interface ==


#'''Alpaca'''
#'''Alpaca'''
Line 531: Line 531:
<script src="webfiles/lib/highstock/js/themes/grid.js"></script></pre>
<script src="webfiles/lib/highstock/js/themes/grid.js"></script></pre>


==== Library software for your web server ====
== 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.
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