修改仓库地址
This commit is contained in:
parent
51a6cba404
commit
8ac4218784
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "be.teletask.onvif-java"]
|
||||
path = be.teletask.onvif-java
|
||||
url = https://gitee.com/18010473990/be.teletask.onvif-java.git
|
||||
url = https://gitee.com/pan648540858/be.teletask.onvif-java.git
|
||||
|
@ -30,10 +30,10 @@ RUN apt-get update && \
|
||||
cmake curl vim ca-certificates tzdata libmysqlclient-dev redis-server libssl-dev libx264-dev libfaac-dev ffmpeg
|
||||
WORKDIR /home
|
||||
|
||||
RUN git clone https://gitee.com/18010473990/maven.git && \
|
||||
RUN git clone https://gitee.com/pan648540858/maven.git && \
|
||||
cp maven/settings.xml /usr/share/maven/conf/ && \
|
||||
git clone https://gitee.com/18010473990/wvp-GB28181.git && \
|
||||
git clone https://gitee.com/18010473990/wvp-pro-assist.git
|
||||
git clone https://gitee.com/pan648540858/wvp-GB28181-pro.git && \
|
||||
git clone https://gitee.com/pan648540858/wvp-pro-assist.git
|
||||
# 编译前端界面
|
||||
WORKDIR /home/wvp-GB28181/web_src
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
![logo](https://gitee.com/18010473990/wvp-GB28181/raw/wvp-28181-2.0/web_src/static/logo.png)
|
||||
![logo](https://gitee.com/pan648540858/wvp-GB28181-pro/raw/wvp-28181-2.0/web_src/static/logo.png)
|
||||
# 开箱即用的的28181协议视频平台
|
||||
|
||||
[![Build Status](https://travis-ci.org/xia-chu/ZLMediaKit.svg?branch=master)](https://travis-ci.org/xia-chu/ZLMediaKit)
|
||||
@ -34,7 +34,7 @@ docker使用详情查看:[https://hub.docker.com/r/648540858/wvp_pro](https://
|
||||
[https://github.com/648540858/wvp-GB28181-pro/wiki](https://github.com/648540858/wvp-GB28181-pro/wiki)
|
||||
|
||||
# gitee同步仓库
|
||||
https://gitee.com/18010473990/wvp-GB28181.git
|
||||
https://gitee.com/pan648540858/wvp-GB28181-pro.git
|
||||
|
||||
# 截图
|
||||
![build_1.png](https://github.com/648540858/wiki/blob/master/images/Screenshot_1.png)
|
||||
@ -115,7 +115,7 @@ https://gitee.com/18010473990/wvp-GB28181.git
|
||||
|
||||
|
||||
# gitee同步仓库
|
||||
https://gitee.com/18010473990/wvp-GB28181.git
|
||||
https://gitee.com/pan648540858/wvp-GB28181-pro.git
|
||||
|
||||
# 使用帮助
|
||||
QQ群: 901799015, 690854210(ZLM大群)
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:20.04 AS build
|
||||
|
||||
ARG gitUrl="https://gitee.com/18010473990"
|
||||
ARG gitUrl="https://gitee.com/pan648540858"
|
||||
ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit"
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
|
||||
@ -9,9 +9,9 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\
|
||||
cmake ca-certificates openssl ffmpeg
|
||||
|
||||
RUN cd /home && \
|
||||
git clone "https://gitee.com/18010473990/maven.git" && \
|
||||
git clone "https://gitee.com/pan648540858/maven.git" && \
|
||||
cp maven/settings.xml /usr/share/maven/conf/ && \
|
||||
git clone "${gitUrl}/wvp-GB28181.git" && \
|
||||
git clone "${gitUrl}/wvp-GB28181-pro.git" && \
|
||||
git clone "${gitUrl}/wvp-pro-assist.git" && \
|
||||
git clone --depth=1 "${zlmGitUrl}" && \
|
||||
mkdir -p /opt/wvp/config /opt/assist/config /opt/media/www/record
|
||||
|
Loading…
Reference in New Issue
Block a user