10 | 10 | * (Recommended) If you're more comfortable editing files on your own machine and then uploading them to the server via SFTP, browse to http://wordpress.org/download/ and download the preferred archive (Zip or Gzip) then extract the archive to a handy location. |
11 | 11 | * Alternately, if you are modestly comfortable with the Linux command-line interface and want to save some time, you can use wget to copy the archive directly to your account. You may later wish you had the files on your local machine, though, as it is likely you will want to edit themes or tweak other settings in a non-live environment. Anyway, to use the CLI method, check out these excellent instructions at http://codex.wordpress.org/Installing_WordPress#Step_1:_Download_and_Extract |
12 | 12 | 1. Rename the ''wp-config-sample.php'' file in the directory you just created to ''wp-config.php''. |
13 | 13 | 1. Open wp-config.php in your favorite text editor and fill in your database details, which MFPL support has hopefully by now placed in your FTP root and/or sent you by GPG email. |
14 | | 1. Place the !WordPress files in the desired location on the web server: |
15 | | * If you want to integrate !WordPress into the root of your domain (e.g. !http://yourdomain.com/), move or upload all contents of the unzipped !WordPress directory (but EXCLUDING the "wordpress" directory itself) into the root directory of your web server (/home/members/[your_username]/sites/[yourdomain.org]/web). |
16 | | * If you want to have your !WordPress installation in its own subdirectory on your web site (e.g. !http://example.com/blog/), rename the directory wordpress to the name you'd like the subdirectory to have and move or upload it to your web server. For example if you want the !WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server (/home/members/[your_username]/sites/[yourdomain.org]/web). |
17 | | 1. Run the !WordPress installation script by accessing wp-admin/install.php in your favorite web browser (which should be !FireFox). |
18 | | * If you installed !WordPress in the webroot directory, you should visit: !http://yourdomain.com/wp-admin/install.php |
19 | | * If you installed !WordPress in its own subdirectory called blog, for example, you should visit: !http://yourdomain.com/blog/wp-admin/install.php |
| 14 | 1. Place the WordPress files in the desired location on the web server: |
| 15 | * If you want to integrate WordPress into the root of your domain (e.g. !http://yourdomain.com/), move or upload all contents of the unzipped WordPress directory (but EXCLUDING the "wordpress" directory itself) into the root directory of your web server (/home/members/[your_username]/sites/[yourdomain.org]/web). |
| 16 | * If you want to have your !WordPress installation in its own subdirectory on your web site (e.g. !http://example.com/blog/), rename the directory wordpress to the name you'd like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server (/home/members/[your_username]/sites/[yourdomain.org]/web). |
| 17 | 1. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser (which should be !FireFox). |
| 18 | * If you installed WordPress in the webroot directory, you should visit: !http://yourdomain.com/wp-admin/install.php |
| 19 | * If you installed WordPress in its own subdirectory called blog, for example, you should visit: !http://yourdomain.com/blog/wp-admin/install.php |