Installation and Setup
Esta página aún no está disponible en tu idioma.
Let’s go over the steps to start using Muo.
Download
Section titled “Download”You can use the install script or set everything up manually.
The simplest variant to run the install script is the following:
curl -fsSL https://muo.cesbo.com/install | sudo bashVisit https://muo.cesbo.com/latest and download the archive to the location of your choice.
Next, we need to unpack the archive to the installation folder. From now on, we will assume that installation folder is /usr/local/bin, however it can be just as any other.
Then extract the archive
tar xvf muo-linux-x86_64.tar.gz --directory /usr/local/binConfigure
Section titled “Configure”Settings of Muo are divided on permanent and runtime and ones.
Muo has sensible defaults in its Runtime settings. You can run Muo with no arguments whatsoever.
muoPermanent settings
Section titled “Permanent settings”Permanent settings are saved in the internal Muo storage. You can change them on the Settings page.
Runtime settings
Section titled “Runtime settings”Runtime settings are provided as arguments. To view all available runtime arguments, call
muo --helpFor example,
muo --data-folder /var/some/locationstarts Muo and tries to save all the required data to /var/some/location folder.