MX on Linux: Difference between revisions

589 bytes added ,  08:43, 7 November 2020
m
→‎Running Cumulus: split into service and terminal sub-sections
m (→‎Downloading and Unzipping MX Distribution: minor grammar improvements)
m (→‎Running Cumulus: split into service and terminal sub-sections)
Line 354: Line 354:
If you are going to continue using Filezilla, there are options to save the current configuration and to set up a number of alternative configurations (specifying in advanced tab different locations on your PC and different locations on your Pi).
If you are going to continue using Filezilla, there are options to save the current configuration and to set up a number of alternative configurations (specifying in advanced tab different locations on your PC and different locations on your Pi).


== Running Cumulus ==
== Running Cumulus MX ==


The simplest command to start Cumulus is <tt>cd CumulusMX && sudo mono CumulusMx.exe</tt>, but you may wish to add [[Cumulus_MX#Optional_parameters_to_add_to_the_instruction_to_run_the_MX_engine|Optional_parameters]].  
(When these notes were written, there were topics in the support forum about ways to use scripts for starting/stopping MX, but the distribution did not include any such controlling scripts. The latest MX version includes a script allowing MX to be run as a service, and perhaps someone would be kind enough to expand the first sub-section).


Just in case it is not obvious .... if you start MX using this command in a terminal window on your Pi, you must leave that session running for MX to continue to run.  
=== Running as a service ===
 
(awaiting someone to explain this)
 
=== Running with a terminal session left open ===
 
Whichever operating system you are using, to run MX requires an instruction that changes to the directory where it is installed (the instruction below is assuming it is in the standard Pi user home directory, the change directory command will be different if you have installed it elsewhere), and then starting the executable (using mono in the instruction below that applies to any non-Windows operating system). You may wish to add [[Cumulus_MX#Optional_parameters_to_add_to_the_instruction_to_run_the_MX_engine|Optional_parameters]].
 
The simplest instruction to run Cumulus MX  is <tt>cd CumulusMX && sudo mono CumulusMx.exe</tt>.  Just in case it is not obvious .... if you start MX using this command in a terminal window on your Pi, you must leave that session running, then MX will continue to run.  


You can start it off directly on your Pi, and then
You can start it off directly on your Pi, and then
Line 364: Line 372:
*switch off monitor or TV attached to your Pi,  
*switch off monitor or TV attached to your Pi,  
*Just ensure you leave Pi on so that terminal session continues running.
*Just ensure you leave Pi on so that terminal session continues running.
(When these notes were written, there were topics in the support forum about ways to use scripts for starting/stopping MX that get around the above restriction. A future MX version is planned to provide a script allowing MX to be run as a service, that also overcomes the above restriction).


== A very quick introduction to Linux ==
== A very quick introduction to Linux ==
5,838

edits