Skip to content

Allows for the frontend delivery of Joomla extensions via file upload and authenticated by a deploy key.

Notifications You must be signed in to change notification settings

travisrisner/com_continuousdelivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Click Clone or download > Download ZIP and then upload the archive to your Joomla site.

Usage

You can install a package by running the follow command:

curl --form 'deployKey=DEPLOY_KEY_HERE' --form 'package=@/path/to/file' \
  https://example.org/index.php?option=com_continuousdelivery

The deploy key can be found in the Global Configuration section of Joomla after this component is installed.

The installation process should return a JSON encoded object as a response. This object will contain an error key (string) on failure or a success key (bool) on success.

About

Allows for the frontend delivery of Joomla extensions via file upload and authenticated by a deploy key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.2%
  • Other 0.8%