Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-docker-entrypoints
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qg-docker-entrypoints
Commits
12a36b0c
Commit
12a36b0c
authored
Jun 08, 2022
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉apollo-dev host
parent
24ef87d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
go.sh
tke/go.sh
+1
-1
java.sh
tke/java.sh
+1
-1
nodejs.sh
tke/nodejs.sh
+1
-1
python.sh
tke/python.sh
+1
-1
ui.sh
tke/ui.sh
+1
-1
No files found.
tke/go.sh
View file @
12a36b0c
...
...
@@ -17,7 +17,7 @@ echo "echo host"
# echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
# fi
# end
echo
172.20.3.11 apollo-dev.quantgroups.com
>>
/etc/hosts
#
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
# 日志挂载到了/home/logs下
# 创建新目录,并把/home/quant_group/logs指向新目录
...
...
tke/java.sh
View file @
12a36b0c
...
...
@@ -16,7 +16,7 @@ log_path="/home/quant_group/logs"
# else
# echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
# fi
echo
172.20.3.11 apollo-dev.quantgroups.com
>>
/etc/hosts
#
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
echo
172.20.3.11 sentry.quantgroups.com
>>
/etc/hosts
# for saas味道云
...
...
tke/nodejs.sh
View file @
12a36b0c
...
...
@@ -31,7 +31,7 @@ echo "echo host"
# end
# echo 172.20.3.11 sentry.quantgroups.com >> /etc/hosts
echo
172.20.3.11 apollo-dev.quantgroups.com
>>
/etc/hosts
#
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
echo
"tar zxf dist.tgz -C
${
package_path
}
"
tar
zxf
${
package_path
}
/dist.tgz
-C
${
package_path
}
/
...
...
tke/python.sh
View file @
12a36b0c
#!/bin/sh
echo
"start run python"
echo
172.20.3.11 apollo-dev.quantgroups.com
>>
/etc/hosts
#
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
package_path
=
"/home/quant_group"
...
...
tke/ui.sh
View file @
12a36b0c
...
...
@@ -2,7 +2,7 @@
echo
"start run ui"
echo
172.20.3.11 apollo-dev.quantgroups.com
>>
/etc/hosts
#
echo 172.20.3.11 apollo-dev.quantgroups.com >> /etc/hosts
current
=
"/home/quant_group"
echo
"current:
${
current
}
"
...
...
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