Install Ampache on Xampp
Install Ampache on Xampp
- Download xampp
- Install xampp
- Download ampache ( squash version does not require additional htdocs config )
- unzip the ampache zip file, rename the resulting folder as ampache
- Move the folder in htdocs xampp folder
- Open php.ini in xampp and uncomment extension=intl
- Open on a browser and write
http://localhost/ampache/install.php - Follow the installation
- (IMPORTANT) Choose Create Database User ( last one option ) , choose a database username and a password
- Your ampache address should be:
http://localhost/ampache/
Troubleshooting
If a database username doesn't work, the database user is already present. Now you have two options:
a. Choose another username
b. Go to phpmyadmin and write in SQL: DROP USER username@localhost;
If you want to reinstall ampache simply delete ampache.cfg.php in ampache/config folder and repeat the process, you have to choose the Overwrite if Database Already Exists option and another database username if you haven't deleted the previous one.