How to create Wordpress Website in Linux - resolve upload max MB & Home Url

Setting Up WordPress Containers with Portainer

To create a WordPress environment, you'll need to set up two containers: one for the database and one for the web server. You can use the following docker-compose.yml file to create these containers.

Docker Compose File

 
YAML

Step 1: Deploy Containers Using Portainer

  • Open Portainer: Log in to your Portainer dashboard.
  • Stacks: Navigate to the 'Stacks' section and click on 'Add Stack'.
  • Create a New Stack:
  • Name your stack (e.g., wordpress-site).
  • Copy and paste the docker-compose.yml content into the editor.
  • Deploy the Stack: Click 'Deploy the stack'.

Resolving Upload Issues in WordPress

If you encounter issues with file uploads exceeding the maximum size, follow these steps to increase the upload limit:

Step 1: Access the WordPress Container

  • Open a Terminal: Use Portainer's console or a terminal to access the WordPress container.
  • Execute the Bash Shell:
 
Apache

Step 2: Modify PHP Settings

  • Navigate to the WordPress Directory:
 
Plain Text

  • Install Nano Editor (if not installed):
 
Plain Text

  • Edit the File:
 
Plain Text

  • Add the Following Lines:
 
Apache

  • Save and Exit: Press CTRL + O to save and CTRL + X to exit.

Step 3: Restart the Container

  • Exit the Container:
 
Plain Text

  • Restart the WordPress Container:
 
Apache

Changing the WordPress URL

If you need to change the URL of your WordPress site, follow these steps:

Step 1: Access the MySQL Database

  • Open a Terminal: Access the MySQL container using Portainer or a terminal.
  • Log into MySQL:
 
Plain Text

  • Use the WordPress Database:
 
Plain Text

Step 2: Update the URL

  • Check Current URLs:
 
Plain Text

  • Update the URLs:
 
SQL

  • Verify Changes:
 
Plain Text

Action Items:
  • Deploy Containers: Use the provided docker-compose.yml file to set up the WordPress and MySQL containers using Portainer.
  • Increase Upload Limits: Modify the .htaccess file to increase upload limits.
  • Update WordPress URL: Change the site URL directly in the database if needed.

 {fullWidth}

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post

نموذج الاتصال