Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hervé MENAGER
galaxy-cwl-is-docker
Commits
34abfa62
Commit
34abfa62
authored
Mar 31, 2019
by
Hervé MENAGER
Browse files
Add a custom "Welcome page"
parent
fdffebb6
Pipeline
#10819
passed with stages
in 7 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
34abfa62
...
...
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y yarn
COPY
job_conf.xml /app/galaxy/config/job_conf.xml
COPY
dependency_resolvers_conf.xml /app/galaxy/config/dependency_resolvers_conf.xml
COPY
galaxy.yml /app/galaxy/config/galaxy.yml
COPY
welcome.html /app/galaxy/static/welcome.html
COPY
tool_conf.xml /app/galaxy/config/tool_conf.xml
#COPY init_galaxy.sh /app/galaxy/init_galaxy.sh
RUN
cd
/app/galaxy
&&
./scripts/common_startup.sh
...
...
@@ -26,4 +27,4 @@ RUN cd /app/galaxy && ls database/*
RUN
cd
/app/galaxy
&&
./create_db.sh
RUN
cd
/app/galaxy
&&
./manage_db.sh upgrade
CMD
["sh", "/app/galaxy/run.sh"]
EXPOSE
8080
\ No newline at end of file
EXPOSE
8080
welcome.html
0 → 100644
View file @
34abfa62
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style/base.css"
type=
"text/css"
/>
</head>
<body
style=
"margin: 0"
>
<div
class=
"jumbotron"
>
<div
class=
"container"
>
<h2>
This is the test server for the ELIXIR Workflow Interoperability Implementation Study.
</h2>
</div>
<img
src=
"https://www.elixir-europe.org/system/files/white-orange-logo.png"
/>
<div>
Annotation tools
</div>
<div>
Assembly tools
</div>
<div>
Utilities
</div>
<br>
</div>
<div
class=
"container"
>
<p
class=
"lead"
>
<a
target=
"_blank"
class=
"reference"
href=
"http://galaxyproject.org/"
>
Galaxy
</a>
is an open platform for supporting data intensive
research. Galaxy is developed by
<a
target=
"_blank"
class=
"reference"
href=
"https://galaxyproject.org/galaxy-team/"
>
The Galaxy Team
</a>
with the support of
<a
target=
"_blank"
class=
"reference"
href=
"https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md"
>
many contributors
</a>
.
</p>
<footer>
The
<a
target=
"_blank"
class=
"reference"
href=
"http://galaxyproject.org/"
>
Galaxy Project
</a>
is supported in part by
<a
target=
"_blank"
class=
"reference"
href=
"http://www.genome.gov"
>
NHGRI
</a>
,
<a
target=
"_blank"
class=
"reference"
href=
"http://www.nsf.gov"
>
NSF
</a>
,
<a
target=
"_blank"
class=
"reference"
href=
"http://www.huck.psu.edu"
>
The Huck Institutes of the Life Sciences
</a>
,
<a
target=
"_blank"
class=
"reference"
href=
"http://www.ics.psu.edu"
>
The Institute for CyberScience at Penn State
</a>
,
and
<a
target=
"_blank"
class=
"reference"
href=
"http://www.jhu.edu/"
>
Johns Hopkins University
</a>
.
</footer>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment