How to install moOde Audio on Manjaro

mooDe Audio is a music player software for the Raspberry Pi. However, it can also be installed on Manjaro. Here's how:

  1. Open a terminal by pressing Ctrl + Alt + T.

  2. Install the dependencies needed to run moOde Audio:

sudo pacman -S apache php php-cgi php-gd php-intl php-mcrypt php-sqlite3
  1. Download the latest version of moOde Audio from its website:
wget https://github.com/moode-player/moode/raw/master/release/moode-rXXX.zip

Replace the XXX with the version number you want to download.

  1. Unzip the downloaded file:
unzip moode-rXXX.zip
  1. Move the unzipped folder to your web server:
sudo mv moode /srv/http/
  1. Change the ownership of the folder to the user that runs the web server:
sudo chown -R http:http /srv/http/moode
  1. Open your web browser and go to http://localhost/moode. You should see the moOde Audio configuration page.

  2. Configure your audio settings and enjoy your music!

That's it! You have successfully installed moOde Audio on Manjaro.