Skip to content

this is a module for craft to release the static site over webhook

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Digitale-Lernwelten/release-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release plugin for Craft CMS 3.x

craft plugin for releases and statistics

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Add this path to your composer "repositories" in your Craft project:
"repositories": [
    {
      "type": "path",
      "url": "../craft-release/",
      "options": {
        "symlink": true
      }
    }
  ],
  1. Then tell Composer to require the plugin:
"require": {
    "craftcms/aws-s3": "1.3.0",
    "dilewe/release": "1.0.0",
    "craftcms/redactor": "2.8.8",
}
  1. then update with composer
composer update
  1. In the Control Panel, go to Settings → Plugins and click the “Install” button for release.

Configuring release

You need to configure the Adress of the server in config/general.php, variable "lasubAdministration"

Brought to you by Digitale-Lernwelten

About

this is a module for craft to release the static site over webhook

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published