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:
Open a terminal by pressing
Ctrl + Alt + T.Install the dependencies needed to run moOde Audio:
sudo pacman -S apache php php-cgi php-gd php-intl php-mcrypt php-sqlite3
- 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.
- Unzip the downloaded file:
unzip moode-rXXX.zip
- Move the unzipped folder to your web server:
sudo mv moode /srv/http/
- Change the ownership of the folder to the user that runs the web server:
sudo chown -R http:http /srv/http/moode
Open your web browser and go to
http://localhost/moode. You should see the moOde Audio configuration page.Configure your audio settings and enjoy your music!
That's it! You have successfully installed moOde Audio on Manjaro.