jascollections.blogg.se

Debian install mysql server
Debian install mysql server









debian install mysql server

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

debian install mysql server

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.

debian install mysql server

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.

  • A root password configured on your server.
  • A fresh Debian 10 server on the Atlantic.Net Cloud Platform.
  • In this post, we will show you how to install the Ampache Music Streaming server on Debian 10. With Ampache, you can stream your music to your smartphone, tablet, and smart TV. Ampache provides a platform to host and manage your digital music collection on your own server. Ampache is an open-source and web-based audio/video streaming application that allows you to access your music & videos from anywhere over the internet.











    Debian install mysql server