Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mdl-qor-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POCS
mdl-qor-sdk
Commits
50b1eba0
Commit
50b1eba0
authored
5 years ago
by
Nicolas PERNOUD
Browse files
Options
Downloads
Patches
Plain Diff
fix: windows scripts
parent
56acbb69
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.bat
+1
-2
1 addition, 2 deletions
setup.bat
start-without-docker.bat
+10
-0
10 additions, 0 deletions
start-without-docker.bat
with
11 additions
and
2 deletions
setup.bat
+
1
−
2
View file @
50b1eba0
ECHO
"GOPATH is
%GOPATH%
"
:: Install dependencies
go
get
-u
go
mod
tidy
go
get
:: Get last version of templates
SET
WD
=
%CD%
...
...
This diff is collapsed.
Click to expand it.
start-without-docker.bat
0 → 100644
+
10
−
0
View file @
50b1eba0
@echo
off
set
REDIRECT_URL
=
http
://localhost:8081/OAuth2Callback
set
CLIENT_ID
=
mdl
-qor
set
CLIENT_SECRET
=
d9e0cf41
-
11
c6
-
4
ef1
-
9
d07
-
17
e21bd352db
set
AUTH_URL
=
http
://localhost:8090/auth
set
TOKEN_URL
=
http
://localhost:8090/token
set
USERINFO_URL
=
http
://localhost:8090/userinfo
set
LOGOUT_URL
=
http
://localhost:8090/logout
set
ADMIN_GROUP
=
ADMIN
go
run
main
.go
-debug
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment