Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

index.md

File metadata and controls

28 lines (22 loc) · 1.13 KB

SatisPress Documentation

Generate a Composer repository from installed WordPress plugins and themes.

Why a WordPress Installation?

Many plugins and themes don't have public repositories, making managing them with Composer a hassle. SatisPress allows you to manage them in a standard WordPress installation, leveraging core's built-in update process to handle the myriad licensing schemes that would be impossible to account for outside of WordPress.

Packages are exposed via a packages.json file for inclusion as a Composer repository in a project's composer.json or even your own satis.json.

Table of Contents

  1. Installation
  2. Managing SatisPress
    1. Getting Started
    2. Security
    3. Settings
  3. Using Composer
  4. Workflows
    1. Running SatisPress in Production
    2. Central Package Server
    3. Continous Integration
    4. Commercial Vendors
  5. MU Plugins
  6. Logging
  7. Integrations
  8. Troubleshooting
  9. Alternatives