Installing WordPress

Download WordPress Zip file.

Unzip WordPress Zip file.

Move WordPress folder to Apache web server directory. (Folder name can be changed to something different at this point if desired.)

Set wordpress folder user permission to the www-data user. (If you change the name of the wordpress folder, substitute it in the below command.)

Create WordPress Apache configuration file. (File name can be anything you want. If you’re planning to host more than one site, name them something to associate it with each site.)

Add the below code to the newly created configuration file. Replace wordpress in the below with the name that you gave to your WordPress folder if you changed it. Insert your server’s IP address or your desire URL for use with WordPress inplace of [WordPress URL] (removing the open and closed brackets).

Enable Nextcloud’s Apache confirguation file.

Restart Apache.

×