Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.56 KB

Staff-List-Plugin

This plugin is in a state of active development as we are currently rewriting it from scratch. Check out the latest release for the latest stable version.

Installation

Download from https://wordpress.org/plugins/simple-staff-list and upload the zip via the WordPress admin "Plugins" page.

Local Development

Want to test out Simple Staff List and work on it? Here's how you can set up your own testing environment in a few easy steps:

  1. Install Docker Desktop.
  2. Grab a copy of Simple Staff List:
    git clone [email protected]:brettshumaker/Staff-List-Plugin.git
  3. cd Staff-List-Plugin
  4. ./local/bin/start.sh

You're done! You should now have a WordPress site available at http://localhost:8090/. PHP error logs will be available at Staff-List-Plugin/trunk/logstash.log

To access the admin interface, visit http://localhost:8090/wp-admin/ and log in with the credentials below:

Username: admin
Password: admin

Issue Tracking

All tickets for the project are being tracked on GitHub.