PrestaShop is a popular e-commerce platform that can be used to create an online store. Manjaro is a user-friendly Linux distribution that is known for its stability and reliability. This tutorial will guide you step by step through the process of installing PrestaShop on Manjaro.
Download the Latest Version of PrestaShop from the [Official Website] (https://www.prestashop.com/en/).
Move the PrestaShop Directory to your Web Server Document Root.
/srv/http/
./srv/http/
.Change User and Group Permissions to the Web Server User.
sudo chown -R http:http /srv/http/prestashop/
Create a New Database and User Account in MariaDB.
mysql -u root -p
CREATE DATABASE prestashop;
CREATE USER 'prestashop_user'@'localhost' IDENTIFIED BY 'YOUR_PASSWORD';
GRANT ALL PRIVILEGES ON prestashop.* TO 'prestashop_user'@'localhost';
Configure PHP Settings for PrestaShop.
httpd-php.ini
file which is located in /etc/php/php.ini
.date.timezone = TIMEZONE
extension=gd
extension=mysqli
Restart the Apache Web Server:
sudo systemctl restart httpd
Open the Browser and Navigate to the PrestaShop Installation Page:
http://localhost/prestashop/
.Done! You have Successfully Installed PrestaShop on Manjaro.
By following this tutorial, you have learned how to install PrestaShop on Manjaro in a few easy steps!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!