Giter Site home page Giter Site logo

cnr-video-audit's Introduction

部署说明书

前置环境

  • 安装好docker,Java,maven (建议修改maven的软件源,不然maven打包非常慢,建议docker使用七牛镜像加速)
  • 准备环境
$ cd video 
$ make prepare

修改配置文件(重要,非常重要)

  • mysql 数据库配置(推荐用 mysql workbench 把 db/qiniu 这个数据库还原)
  • 修改 pub 服务的相关配置文件
  • 把所有项目下的 resoures目录下的spring-config.properties中的ip "23.59.204.170" 改为要部署的服务器的ip

打包并且运行

  • 打包
$ cd video
$ make
  • 运行
$ cd pubserver
$ docker-compose up -d # -d 是后台运行
$ docker run -d -p 0.0.0.0:8080:8080 video --log-opt --max-size="50M" --max-file="10"

cnr-video-audit's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.