Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
dc-common
Commits
2e256601
Commit
2e256601
authored
Mar 16, 2019
by
wutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elastic-jobCD/CI
parent
7ddb56a1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
Dockerfile
data-elastic-job/Dockerfile
+4
-2
favicon.ico
...c-job-lite-console/src/main/resources/console/favicon.ico
+0
-0
message_en.properties
...ole/src/main/resources/console/i18n/message_en.properties
+2
-2
message_zh.properties
...ole/src/main/resources/console/i18n/message_zh.properties
+0
-0
index.html
...ic-job-lite-console/src/main/resources/console/index.html
+1
-1
No files found.
data-elastic-job/Dockerfile
View file @
2e256601
...
@@ -12,10 +12,12 @@ WORKDIR /usr/app
...
@@ -12,10 +12,12 @@ WORKDIR /usr/app
COPY
data-elastic-job /usr/app/data-elastic-job
COPY
data-elastic-job /usr/app/data-elastic-job
RUN
cd
"/usr/app/data-elastic-job"
&&
mvn install
-Dmaven
.test.skip
=
true
;
\
RUN
cd
"/usr/app/data-elastic-job"
&&
mvn install
-Dmaven
.test.skip
=
true
mv
"/usr/app/data-elastic-job/elastic-job-lite-console/target/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"
"/usr/app/"
;
\
RUN
mv
"/usr/app/data-elastic-job/elastic-job-lite-console/target/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"
"/usr/app/"
;
\
tar
-xzf
"/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"
;
\
tar
-xzf
"/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"
;
\
chmod +x
"/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT/bin/start.sh"
chmod +x
"/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT/bin/start.sh"
#指定容器启动程序及参数 <ENTRYPOINT> "<CMD>"
#指定容器启动程序及参数 <ENTRYPOINT> "<CMD>"
EXPOSE
8899
EXPOSE
8899
...
...
data-elastic-job/elastic-job-lite-console/src/main/resources/console/favicon.ico
View file @
2e256601
No preview for this file type
data-elastic-job/elastic-job-lite-console/src/main/resources/console/i18n/message_en.properties
View file @
2e256601
...
@@ -10,10 +10,10 @@ sidebar-history-status=History status
...
@@ -10,10 +10,10 @@ sidebar-history-status=History status
sidebar-help
=
Help
sidebar-help
=
Help
switch-language
=
Switch language
switch-language
=
Switch language
language-zh
=
中文
language-zh
=
\u
4E2D
\u6587
language-en
=
English
language-en
=
English
dangdang
=
dangda
ng.com
dangdang
=
www.baitradi
ng.com
switch-theme-title
=
Switch theme
switch-theme-title
=
Switch theme
switch-theme-blue
=
Blue
switch-theme-blue
=
Blue
...
...
data-elastic-job/elastic-job-lite-console/src/main/resources/console/i18n/message_zh.properties
View file @
2e256601
This diff is collapsed.
Click to expand it.
data-elastic-job/elastic-job-lite-console/src/main/resources/console/index.html
View file @
2e256601
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<div
id=
"content"
class=
"lang-en"
>
<div
id=
"content"
class=
"lang-en"
>
</div>
</div>
<footer
class=
"main-footer"
>
<footer
class=
"main-footer"
>
<strong>
Copyright
©
2004-2017
<a
href=
"http://www.
dangdang.com
"
data-lang=
"dangdang"
></a>
.
</strong>
All rights reserved.
<strong>
Copyright
©
2004-2017
<a
href=
"http://www.
baitrading.com/
"
data-lang=
"dangdang"
></a>
.
</strong>
All rights reserved.
</footer>
</footer>
<aside
class=
"control-sidebar control-sidebar-dark"
>
<aside
class=
"control-sidebar control-sidebar-dark"
>
<div
class=
"tab-content"
>
<div
class=
"tab-content"
>
...
...
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