This document guides you to download and run the musicpedia application on your local machine. It is designed for easy use, even if you have no programming background. Follow the steps carefully, and you will have the application running within minutes.
Before you start the installation, ensure your device has the following software installed:
Visit this page to download: Download Musicpedia
Run the following command:
git clone https://github.com/madasepandri/musicpedia.git
After the cloning process is complete, move to the newly created project directory:
cd musicpedia
In the project directory, run the following command to install the required dependencies using Composer:
composer install
Now, you need to install the frontend assets. Run the following command to install Node packages and compile your assets:
npm install
npm run build
Set up your local web server to point to the musicpedia directory. This can be done through your serverβs interface. Make sure to configure the document root to the public directory inside musicpedia.
Once your web server is configured, start it. You should be able to access the application by navigating to http://localhost/musicpedia/public in your web browser.
Once you have set up the application, you can start exploring. musicpedia will allow you to search for information about songs, artists, and albums. The interface is user-friendly and intuitive, making your music discovery experience enjoyable.
For further instructions and code explanations, refer to the JOBSHEET.md file located in the project directory.
If you encounter any issues during installation, check the following:
If you have ideas or suggestions for improving the musicpedia application, feel free to create a pull request. Your contributions are welcome and appreciated.