mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[check] Add
Add configure_common_apps to run
This commit is contained in:
@ -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():
|
||||
|
||||
@ -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'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user