Page 1 of 1

Multiplatform Installer for CumulusMX

Posted: Thu 21 Jan 2021 9:12 pm
by HansR
README
InstallCMX, a commandline installer for CumulusMX.

Version : 2.0.0 (dotnet) and 1.0.2 (mono)
date: 7 April 2024 (dotnet) and 12 February 2021 (mono)
github: https://github.com/HansR00/InstallCMX

If you are a user you may want to subscribe to this thread.

Usage: InstallCMX [buildnumber]

How to run:
  1. Copy the InstallCMX.exe to any directory you want on the drive from where you wish to install. This directory must contain the Archive(s) to install. The install procedure gives you the possibility to select or define the Archive to install and the location where to install.
  2. Copy the CumulusMX distribution zip(s) to that same directory. You may have more than one distribution in the same directory. You can give the buildnumber to install as commandline argument.
  3. Stop CumulusMX
  4. Run InstallCMX and confirm / fill in on the console where you wish to install (or update) CMX.
    The default for Windows is C:\CumulusMX\ and for Linux it is : /home/CumulusMX.
    The Installation directory can be modified.
    • NOTE: On Windows you run it as any other commandline executable and it is best to open a command window in which you start the installer. On Linux you run it on the commandline as "mono ./InstallCMX.exe" or "dotnet ./InstallCMX.dll". Note that on windows you can also run as ./InstallCMX.exe
    • NOTE: In an existing installation with modified files, make sure those are in a safe place. If they have the same name as files in the distribution they will be overwritten.
    • NOTE: Check for the webfiles directory if any modified files for your webfiles exist. If so, move those to the website.
  5. Start CumulusMX
  6. After the installation, there is a log file. Check the logfile to see everything has gone well.
  7. There is an ini file where you can control:
    • NormalMessageToConsole=true (default) or false
    • TraceInfoLevel=Warning (out of: Error, Warning (default)), Info, Verbose, None)
Any issues and questions please post a reaction.
Modifications and additions on user request can be discussed (e.g. think about automated start/stop, upload of webfiles to the directory etc....), feedback is appreciated.

Re: Multiplatform Installer for CumulusMX

Posted: Sun 31 Jan 2021 8:31 pm
by HansR
Version 1.0.1

Some minor mods, addition of the reminder about /webfiles directory (thnx Paul)
See Wiki.

Re: Multiplatform Installer for CumulusMX

Posted: Fri 12 Feb 2021 7:11 pm
by HansR
Version 1.0.2 is online

Account for CumulusMXTest archives besides CumulusMXDist archives.

Re: Multiplatform Installer for CumulusMX

Posted: Sun 07 Apr 2024 12:29 pm
by HansR
Version 2.0.0 is online

Dotnet version of the installer.
No functional changes since version 1.0.2 (the most recent 'mono' version)