Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
code-webis-cmd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
code-generic
code-webis-cmd
Commits
194d8b4f
Commit
194d8b4f
authored
Nov 08, 2019
by
Johannes Kiesel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified credentials
parent
5a0c370d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
tools/util/mturk-manager-frontend.sh
tools/util/mturk-manager-frontend.sh
+5
-3
No files found.
tools/util/mturk-manager-frontend.sh
View file @
194d8b4f
...
...
@@ -45,9 +45,11 @@ eval set -- "${FLAGS_ARGV}"
#
main
()
{
logInfo
"Starting the MTurk Manager frontend (
$image
:
$FLAGS_tag
) at port
$FLAGS_port
"
logInfo
"Log in at http://localhost:8080"
logInfo
"URL: https://mturk-manager.webis.de/"
logInfo
"Token: <ask in Discord>"
echo
"Log in at http://localhost:8080"
echo
""
echo
"Credentials:"
echo
"URL: https://mturk-manager.webis.de/"
echo
"Token: <ask in Discord>"
if
groups
|
grep
&>/dev/null
'\bdocker\b'
;
then
docker run
-p
$FLAGS_port
:
$internal_port
$image
:
$FLAGS_tag
else
...
...
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