Skip to content

brettshumaker/Staff-List-Plugin

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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.