Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
395b928e
Commit
395b928e
authored
Apr 27, 2022
by
Martin Schorb
Browse files
start script instructions
parent
1af50265
Pipeline
#32617
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dashUI/start_webUI.py
View file @
395b928e
...
...
@@ -63,7 +63,7 @@ logfile = os.path.join(params.render_log_dir,'webUI_'+ run_prefix() + '.log')
print
(
'Starting Render WebUI.
\n
'
)
print
(
'As long as this window is open, you can access Render through:
\n\n
'
)
print
(
'http://'
+
params
.
hostname
+
':'
+
str
(
port
)
+
'
\n\n
'
)
print
(
'from any device in the network.
\n
'
)
print
(
'from any device in the network.
\n
Do not use CTRL+C to copy the address, this will close the process.
'
)
print
(
'To avoid excessive resource use, please close the server when done with your processing.'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment