Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.77 KB

File metadata and controls

32 lines (17 loc) · 1.77 KB

One Click Wordpress LEMP Set-up (With SSL)

One click production website in wordpress with SSL

In order to achieve the same, firstly clone/download this repository and after that follow the steps below:

Note: All the settings mentioned below are made to main.sh.

Step 1: Change the WORDPRESS_ROOT_PASSWORD as per your password requirments.

Step 2: Change the WORDPRESS_DB_NAME as per your desired requirments.

Step 3: Change the WORDPRESS_USER as per your requirments.

Step 4: Change the WORDPRESS_USER_PASSWORD as per your requirments.

Step 5: Change the WEBSITE_NAME as per your requirments.

Step 6: Change the WEBSITE_NAME_WITH_WWW as per your requirments.

Step 7: Change the EMAIL as per your requirments.

For further configurations, you can also change the following variable values for "PHP" and "NGINX" configurations.

Step 8: Change the CLIENT_MAX_BODY_SIZE_NGINX as per your needs.

Step 9: Change the UPLOAD_MAX_FILESIZE_PHP as per your needs.

Step 10: Change the POST_MAX_SIZE_PHP as per your needs.

After that, you just have to run the following commands:

Note: The commands are only to work from the cloned repository directory, also in which main.sh and default.conf are present.