Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.21 KB

installation.md

File metadata and controls

28 lines (17 loc) · 1.21 KB

Installation

As a standard WordPress plugin, installation is the same as most other plugins. This can be done by uploading the plugin as a zip file, or using Composer.

SatisPress requires PHP 7.0 or later.

Zip File

  1. Download the latest release from GitHub (use the asset named satispress-{version}.zip).
  2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload Plugin button at the top.
  3. Upload the zipped archive.
  4. Click the Activate Plugin link after installation completes.

Updates

GitHub Updater can be used to receive notifications and install updates when new releases are available.

Note: If you're using GitHub Updater to install SatisPress, copy the full URL to the latest release asset (the asset named satispress-{version}.zip). Using the repository URL alone won't work.

Composer

SatisPress is available on Packagist, so it can be installed via Composer:

composer require cedaro/satispress

Back to Index