Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
work-summary
Project
Project
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
yangxiaowei
work-summary
Commits
ef07ec14
Commit
ef07ec14
authored
Apr 27, 2022
by
ethen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f348fac4
Pipeline
#144
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
106 deletions
+34
-106
README.md
README.md
+3
-3
env-intelli-dev.md
env/env-intelli-dev.md
+0
-70
env-intelligroup-dev.md
env/env-intelligroup-dev.md
+31
-33
No files found.
README.md
View file @
ef07ec14
...
...
@@ -2,8 +2,8 @@
### 环境说明
-
[
dev环境说明
](
/env/env-intelli-dev.md
)
-
[
release环境说明
](
/env/env-intelli-release.md
)
-
[
prod环境说明
](
/env/env-intelli-prod.md
)
-
[
dev环境说明
](
/env/env-intelli
group
-dev.md
)
-
[
release环境说明
](
/env/env-intelli
group
-release.md
)
-
[
prod环境说明
](
/env/env-intelli
group
-prod.md
)
-
[
privatization环境说明
](
/env/env-intelligroup-privatization.md
)
env/env-intelli-dev.md
deleted
100644 → 0
View file @
f348fac4
## Environment for dev
### dev环境
中文环境服务器地址:47.57.4.97 英文环境服务器地址:47.75.109.159 英文版替换对应ip 用户:root 密钥:cloudam
#### 网页链接
-
官网
<p>
http://47.57.4.97/v2/pages/login-page
-
管理后台(旧)
<p>
http://47.57.4.97/v2/admin-page/login-page
-
运营管理后台
<p>
http://47.57.4.97:10000/login
-
私有化管理后台
<p>
http://47.57.4.97:10003/v2/admin-page/index
#### 数据库
47.
57.4.97:27017 database:intelligroup/data
<p>
user:user password:123
在服务器内登陆
```
shell
docker
exec
-it
`
docker ps |grep staging-mongodb |awk
'{print $1}'
`
bash mongo intelligroup
-uuser
-p123
mongo data
-uuser
-p123
```
#### 查看服务日志
```
shell
cd
/data/logs/c3-ce-app
tail
-n
500 error.log
```
#### 编译打包发布
编译服务器地址:112.74.13.2 用户:root 密钥:cloudam
-
进入编译目录
```
shell
cd
/root/cloudam
```
-
发布后端
1.
maven打包 只需要执行一次
<p>
2.
打包docker镜像 执行需要发布的服务
<p>
3.
发布 只需要执行一次 中英文环境一起发布
<p>
```
./build.sh
./build_ce.sh
./deploy.sh
```
-
发布前端
1.
打包docker镜像 执行需要发布的服务
<p>
2.
发布 只需要执行一次 中英文环境一起发布
<p>
```
./build_web_cn.sh
./deploy.sh
```
\ No newline at end of file
env/env-intelligroup-dev.md
View file @
ef07ec14
## Environment for dev
### dev环境
### dev环境
中文环境服务器地址:47.57.4.97
英文环境服务器地址:47.75.109.159 英文版替换对应ip
用户:root
密钥:cloudam
中文环境服务器地址:47.57.4.97 英文环境服务器地址:47.75.109.159 英文版替换对应ip 用户:root 密钥:cloudam
#### 网页链接
官网
<http://47.57.4.97/v2/pages/login-page>
管理后台(旧)
<http://47.57.4.97/v2/admin-page/login-page>
运营管理后台
<http://47.57.4.97:10000/login>
私有化管理后台
<http://47.57.4.97:10003/v2/admin-page/index>
-
官网
<p>
http://47.57.4.97/v2/pages/login-page
-
管理后台(旧)
<p>
http://47.57.4.97/v2/admin-page/login-page
-
运营管理后台
<p>
http://47.57.4.97:10000/login
-
私有化管理后台
<p>
http://47.57.4.97:10003/v2/admin-page/index
#### 数据库
47.
57.4.97:27017
database:intelligroup/data
user:user
password:123
47.
57.4.97:27017 database:intelligroup/data
<p>
user:user password:123
在服务器内登陆
docker exec -it
`docker ps |grep staging-mongodb |awk '{print $1}'`
bash
mongo intelligroup -uuser -p123
mongo data -uuser -p123
```
shell
docker
exec
-it
`
docker ps |grep staging-mongodb |awk
'{print $1}'
`
bash mongo intelligroup
-uuser
-p123
mongo data
-uuser
-p123
```
#### 查看服务日志
```
```
shell
cd
/data/logs/c3-ce-app
tail
-n
500 error.log
```
#### 编译打包发布
编译服务器地址:112.74.13.2
用户:root
密钥:cloudam
编译服务器地址:112.74.13.2 用户:root 密钥:cloudam
-
进入编译目录
```
```
shell
cd
/root/cloudam
```
-
发布后端
1.
maven打包 只需要执行一次
2.
打包docker镜像 执行需要发布的服务
3.
发布 只需要执行一次 中英文环境一起发布
1.
maven打包 只需要执行一次
<p>
2.
打包docker镜像 执行需要发布的服务
<p>
3.
发布 只需要执行一次 中英文环境一起发布
<p>
```
./build.sh
...
...
@@ -61,9 +59,9 @@ cd /root/cloudam
./deploy.sh
```
-
发布前端
1.
打包docker镜像 执行需要发布的服务
2.
发布 只需要执行一次 中英文环境一起发布
-
发布前端
1.
打包docker镜像 执行需要发布的服务
<p>
2.
发布 只需要执行一次 中英文环境一起发布
<p>
```
./build_web_cn.sh
...
...
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