Class DeployShell
Deploy shell: methods to createa releases, version update, (TODO) update from SVN or from tarball ,
- Shell
- BeditaBaseShell
- DeployShell
Version:
$Revision$
Modifiedby: $LastChangedBy$
Lastmodified:
Located at vendors/shells/deploy.php
Modifiedby: $LastChangedBy$
Lastmodified:
$LastChangedDate$
$Id$
Located at vendors/shells/deploy.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
protected
boolean
|
#
performUpdate( string $type, string|null $name, string $path )
Perform update for BEdita core, a frontend, a module or an addon. |
public
|
|
public
|
|
public
|
|
public
|
|
protected
array
|
|
protected
array
|
|
protected
string
|
|
private
|
|
public
|
Methods inherited from BeditaBaseShell
__clean()
,
__construct()
,
checkDir()
,
checkExportFile()
,
checkUrl()
,
check_sys_get_temp_dir()
,
cleanTempDir()
,
handleExceptions()
,
initConfig()
,
initialize()
,
isUrl()
,
mandatoryArgument()
,
readInputArgs()
,
setupTempDir()
,
startup()
,
test()
,
title()
,
verbose()
Constants summary
string |
DEFAULT_RELEASE_FILE
|
#
'release.cfg.php'
|
string |
DEFAULT_GIT_URL
|
#
'https://github.com/bedita/bedita.git'
|