setupwordpressubuntu22
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
setupwordpressubuntu22 [2025/04/28 23:23] – tektinkers | setupwordpressubuntu22 [2025/04/29 00:26] (current) – tektinkers | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[https:// | ||
+ | [[https:// | ||
+ | |||
====== Setup Wordpress - Ubuntu 22 ====== | ====== Setup Wordpress - Ubuntu 22 ====== | ||
- | // | + | \\ |
+ | **Setup Database' | ||
+ | \\ | ||
< | < | ||
< | < | ||
Line 7: | Line 12: | ||
< | < | ||
< | < | ||
- | // | + | < |
- | // | + | \\ |
- | // | + | **Installing Additional PHP Extensions: |
+ | \\ | ||
+ | < | ||
+ | < | ||
+ | \\ | ||
+ | **Adjust Apache Config to allow overrides and rewrites in .htaccess** | ||
+ | \\ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | . . . | ||
+ | < | ||
+ | AllowOverride All | ||
+ | </ | ||
+ | . . . | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | \\ | ||
+ | **Downloading Wordpress** | ||
+ | \\ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | //Change 2nd wordpress to name of directory to put wordpress in// | ||
+ | < | ||
+ | \\ | ||
+ | **Configure Wordpress Directory** | ||
+ | \\ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | Copy salts to notepad for safekeeping temporarily | ||
+ | < | ||
+ | < | ||
+ | //Update file and add line// | ||
+ | < | ||
+ | . . . | ||
+ | |||
+ | // ** MySQL settings - You can get this info from your web host ** // | ||
+ | /** The name of the database for WordPress */ | ||
+ | define( ' | ||
+ | |||
+ | /** MySQL database username */ | ||
+ | define( ' | ||
+ | |||
+ | /** MySQL database password */ | ||
+ | define( ' | ||
+ | |||
+ | /** MySQL hostname */ | ||
+ | define( ' | ||
+ | |||
+ | /** Database Charset to use in creating database tables. */ | ||
+ | define( ' | ||
+ | |||
+ | /** The Database Collate type. Don't change this if in doubt. */ | ||
+ | define( ' | ||
+ | |||
+ | |||
+ | . . . | ||
+ | |||
+ | define(' | ||
+ | </ | ||
+ | \\ | ||
+ | **Complete Install from Web Interface** | ||
+ | \\ | ||
+ | //From the web browser navigate to websites IP or URL// | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
Credit to: [[https:// | Credit to: [[https:// |
setupwordpressubuntu22.1745882620.txt.gz · Last modified: 2025/04/28 23:23 by tektinkers