Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
galaxy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
galaxy
Commits
cf3fe232
Commit
cf3fe232
authored
5 years ago
by
ThanKarab
Browse files
Options
Downloads
Patches
Plain Diff
Small fixes
parent
d966ab09
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
Docker_Build_Scripts/README.md
+2
-2
2 additions, 2 deletions
Docker_Build_Scripts/README.md
Docker_Build_Scripts/galaxy.conf
+0
-7
0 additions, 7 deletions
Docker_Build_Scripts/galaxy.conf
with
2 additions
and
9 deletions
Docker_Build_Scripts/README.md
+
2
−
2
View file @
cf3fe232
...
@@ -9,10 +9,10 @@ The following instructions are used to create a docker image of galaxy with a re
...
@@ -9,10 +9,10 @@ The following instructions are used to create a docker image of galaxy with a re
## Building the docker image:
## Building the docker image:
1.
(Optional) Edit galaxy.conf :
1.
(Optional) Edit galaxy.conf :
-
On line 15 and 3
7
change
```nativeGalaxy```
to the desired location.
-
On line 15 and 3
0
change
```nativeGalaxy```
to the desired location.
2.
Create the docker image by running the command :
2.
Create the docker image by running the command :
```
docker build -t hbpmip/galaxy```
```
docker build -t hbpmip/galaxy
:v1.2.0
```
## Deploy:
## Deploy:
...
...
This diff is collapsed.
Click to expand it.
Docker_Build_Scripts/galaxy.conf
+
0
−
7
View file @
cf3fe232
...
@@ -26,15 +26,8 @@
...
@@ -26,15 +26,8 @@
RewriteRule
. - [
E
=
RU
:%
1
]
RewriteRule
. - [
E
=
RU
:%
1
]
RequestHeader
set
REMOTE_USER
%{
RU
}
e
RequestHeader
set
REMOTE_USER
%{
RU
}
e
</
Location
>
</
Location
>
# proxy all requests not matching other locations to uWSGI
# ProxyPass / unix:///srv/galaxy/var/uwsgi.sock|uwsgi://
# or uWSGI on a TCP socket
ProxyPass
/
nativeGalaxy
uwsgi
://
127
.
0
.
0
.
1
:
4001
/
ProxyPass
/
nativeGalaxy
uwsgi
://
127
.
0
.
0
.
1
:
4001
/
ProxyPass
/
api
uwsgi
://
127
.
0
.
0
.
1
:
4001
/
api
ProxyPass
/
api
uwsgi
://
127
.
0
.
0
.
1
:
4001
/
api
#ProxyPass / uwsgi://127.0.0.1:4001/
#ProxyPass / http://www.goole.com/
</
VirtualHost
>
</
VirtualHost
>
This diff is collapsed.
Click to expand it.
Preview
0%
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