When starting a new project follow the below steps to set the website up on your assigned development domain.
- add subdomain on UKFast (logins on internal server)
- add subdomain on plesk (logins on internal server)
- add MYSQL on plesk
- download latest version of WordPress
- go into wp-content/plugins folder and delete hello.php and akismet folder, just leaving index.php
- go into wp-content/themes folder and delete all themes we don’t need (leave index.php)
- change wp-config-sample.php to wp-config.php and enter the MYSQL details into the file along with:
define( 'DISALLOW_FILE_MODS', true );
- upload all WordPress files via FTP
- upload the boilerplate .htaccesss and .htpassword, changing the relevant details in the .htaccess to point to your specific domain
- go to the URL
You will then see the WordPress set-up page:
- when installing the site, the name is the name of the agency’s client (i.e. Nike)
- use your development domain for the email address, i.e. dev@ (never use anything Gooey related or your personal email address)
- for username use the site name and then ‘admin’, i.e. ‘nikeadmin’
- for password use anything secure (preferably the password WordPress suggests), i.e. fr(&*^%Rcb0nyrvwrHG
- make a note of all these details
You are now set up and you will see the basic installation of WordPress.