Quick Start
Ensure you have the following before getting started:
- GitHub: Used for version control and issue tracking.
- Render: For hosting the WordPress site and database.
Setup From Scratch
Create MySQL Database
Follow the official deployment guide to set up your database:
Create WordPress Site
Deploy your WordPress site using Render:
Editor Access
To access the editor version of the site, visit:
Testing
- Manual Testing: Use Selenium for web interaction tests.
- Automated Testing: Selenium can also be used to write automated test scripts for repeated testing workflows.
Release Workflow
To release a new version or update, simply save your changes on the site.
Bug Tracking
Track and manage bugs using GitHub Issues.
Documentation & Plugins
- Shared Files Plugin: Plugin Documentation
- WordPress Official Docs: View Documentation