[check] Add

Add configure_common_apps to run
This commit is contained in:
Alexander Trofimov
2020-10-08 14:11:29 +03:00
parent abfcbdccaa
commit 405d37b68b
2 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,7 @@ def installMySQLServer():
return False
try:
base.configure_common_apps()
checkResults = check.check_dependencies()
if (len(checkResults.progsToInstall) > 0):
if is_admin():

View File

@ -38,6 +38,7 @@ def run_integration_example():
base.cmd_in_dir('../document-server-integration/web/documentserver-example/nodejs', 'python', ['run-develop.py'])
try:
base.configure_common_apps()
dependence.check_pythonPath()
base.cmd_in_dir('./', 'python', ['install_develop.py'])