✳️Replace the highlighted information with your own
sudo apt install php-gd php-curl php-xml php-zip php-mbstring php-intl php-bcmath php-gmp php-imagick php-mysql php-apcu unzip vim curl net-tools certbot python3-certbot-apache -y
CREATE DATABASE nextcloud_db CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
CREATE USER 'nextcloud_db_user'@'localhost' IDENTIFIED BY 'nextcloud_db_PWD';
GRANT ALL PRIVILEGES ON nextcloud_db.* TO 'nextcloud_db_user'@'localhost';
wget https://download.nextcloud.com/server/releases/latest.zip
<VirtualHost *:80>
#ServerName Your-Domain
DocumentRoot /var/www/nextcloud
<Directory /var/www/nextcloud>
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews
</Directory>
ErrorLog ${APACHE_LOG_DIR}/nextcloud-error.log
CustomLog ${APACHE_LOG_DIR}/nextcloud-access.log combined
</VirtualHost>
Read more
- Top 10 Nodes in n8n: A Comprehensive Guide
- The 15 Best AI Software of 2026
- How to Create a Claude API Key: A Comprehensive Guide
- What is n8n? An Introduction to the Workflow Automation Tool
- pfSense vs OPNsense: A Comprehensive Comparison for 2026
- Understanding OPNsense: The Open-Source Firewall for All Organizations
- Exploring pfSense: A Versatile Open-Source Firewall and Routing Solution
- Understanding WireGuard: The Fast and Secure VPN Protocol
- What is Cloudflare ? Why millions Trust it for Website
- How to Connect Google Drive to Linux using Rclone for Seamless Synchronization