

Mv channel/.htaccess.dist channel/.htaccess Next, change the directory to the extracted directory and rename some sample. Once the download is completed, unzip the downloaded file to the Apache web root directory: unzip ampache-4.4.3_all.zip -d /var/www/html/ampache

Next, download the latest version of Ampache from the Git repository: wget Next, flush the privileges and exit from MariaDB with the following command: FLUSH PRIVILEGES Next, grant all the privileges to ampachedb with the following command: GRANT ALL PRIVILEGES ON ampachedb.* TO WITH GRANT OPTION Next, create a database and user with the following command: CREATE DATABASE ampachedb Next, you will need to create a database and user for Ampache.įirst, connect to MariaDB with the following command: mysql Save and close the file then restart the Apache service to apply the changes: systemctl restart apache2 Step 3 – Configure MariaDB Database You can install all of them with the following command: apt-get install apache2 mariadb-server php libapache2-mod-php php-cli php-common php-json php-gd php-xmlrpc php-curl php-intl php-imagick php-mysql php-zip php-xml php-mbstring php-bcmath unzip ffmpeg -yĪfter installing all packages, edit the php.ini file and make some changes: nano /etc/php/7.3/apache2/php.iniĬhange the following lines: short_open_tag = On So you will need to install the LAMP server and other PHP dependencies in your server. apt-get update -y Step 2 – Install LAMP ServerĪmpache requires an Apache web server, Database server, PHP. Once you are logged in to your Debian 10 server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page.

Create a new server, choosing Debian 10 as the operating system with at least 2GB RAM. Step 1 – Create Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server.
