mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
install app
This commit is contained in:
parent
df3824911c
commit
98d88a25cb
|
|
@ -14,5 +14,6 @@ cd ${BUILD_PATH}
|
|||
# Build documentation
|
||||
echo "#################################################"
|
||||
echo "Start documentation generation"
|
||||
echo "#################################################"
|
||||
|
||||
php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/DocBlock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b https://orange-management.org/Inspection/Test/Php/DocBlock
|
||||
|
|
|
|||
|
|
@ -159,4 +159,7 @@ $request->setData('domain', '127.0.0.1');
|
|||
$request->setData('websubdir', '/');
|
||||
$request->setData('defaultlang', 'en');
|
||||
|
||||
$request->setData('apps', 'Api');
|
||||
$request->setData('apps', 'Backend');
|
||||
|
||||
WebApplication::installRequest($request, $response);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user