As a Developer, I want to setup the latest version of WordPress on a local development server, so that I can work with the Content Management System.
- The database user for WordPress is not the root user
- WordPress is available on the local development machine under a dedicated URL
- Search engines are discouraged from indexing the site
- An administrative user for WordPress exists
- It is possible to login in the backend with the administrative user for WordPress
- It is possible to view the frontend of the WordPress site
As a Developer, I want to enable the debugging mode, so that I can spot problems while developing easily.
- WordPress has been configured to use debugging mode
As a Developer, I want to disable the WordPress cache, so that changes in my code are always reflected immedately.
- WordPress caching has been disabled via the configuration.