raspberry_pi:projects:wordpress
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| raspberry_pi:projects:wordpress [2025/02/07 08:58] – jmbargallo | raspberry_pi:projects:wordpress [2025/02/07 09:05] (current) – jmbargallo | ||
|---|---|---|---|
| Line 170: | Line 170: | ||
| Warning! It is important that you request unique values each time. Do NOT copy the values shown below! | Warning! It is important that you request unique values each time. Do NOT copy the values shown below! | ||
| - | Output | + | |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | define(' |
| - | define(' | + | |
| These are configuration lines that you will paste directly into your configuration file to set secure keys. Copy the output you received to your clipboard, and then open the WordPress configuration file located in your document root: | These are configuration lines that you will paste directly into your configuration file to set secure keys. Copy the output you received to your clipboard, and then open the WordPress configuration file located in your document root: | ||
| sudo nano / | sudo nano / | ||
| - | Find the section that contains the dummy values for those settings. | + | Find the section that contains the dummy values for those settings.. . . |
| - | / | + | |
| - | + | ||
| - | . . . | + | |
| - | + | ||
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | define(' | + | |
| - | + | ||
| - | . . . | + | |
| Delete these lines and paste in the values you copied from the command line: | Delete these lines and paste in the values you copied from the command line: | ||
| / | / | ||
| - | |||
| - | . . . | ||
| - | |||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | define(' | ||
| - | |||
| - | . . . | ||
| Next, modify the database connection settings at the top of the file. You need to adjust the database name, the database user, and the associated password that you’ve configured within MariaDB. | Next, modify the database connection settings at the top of the file. You need to adjust the database name, the database user, and the associated password that you’ve configured within MariaDB. | ||
| Line 223: | Line 195: | ||
| / | / | ||
| - | . . . | + | Modify the values: |
| - | define(' | + | define(' |
| - | /** MySQL database username */ | + | /** MySQL database username */ |
| - | define(' | + | |
| - | /** MySQL database password */ | + | /** MySQL database password */ |
| - | define(' | + | |
| - | . . . | + | |
| - | define(' | + | Save and close the file when you are finished. Finally, you can finish installing and configuring WordPress by accessing it through your web browser. |
| - | Save and close the file when you are finished. Finally, you can finish installing and configuring WordPress by accessing it through your web browser. | + | ===== Step 6 — Completing the Installation Through the Web Interface |
| - | Step 6 — Completing the Installation Through the Web Interface | + | |
| + | Now that the server configuration is complete, we can complete the installation through the web interface. | ||
raspberry_pi/projects/wordpress.1738918705.txt.gz · Last modified: 2025/02/07 08:58 by jmbargallo
