We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4810eb9 commit 788f14dCopy full SHA for 788f14d
docker/start.py
@@ -66,6 +66,7 @@
66
def set_url_root(logger, url_root):
67
"""
68
Set URL root and URI based on input
69
+ :param logger: logger instance
70
:param url_root: input
71
:return: URI and URL root
72
@@ -109,6 +110,7 @@ def get_war_name(url_root):
109
110
def deploy(logger, url_root):
111
112
Deploy the web application
113
114
:param url_root: web app URL root
115
116
@@ -191,6 +193,7 @@ def refresh_projects(logger, uri):
191
193
def save_config(logger, uri, config_path):
192
194
195
Retrieve configuration from the web app and write it to file.
196
197
:param uri: web app URI
198
:param config_path: file path
199
0 commit comments