Skip to content

555cui/DSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSMS

网络电子看板管理系统

Build Setup

# install nginx
sudo apt-get install nginx

# install mysql
sudo apt-get install mysql-server
root password:toor

# install redis
sudo apt-get install redis-server
修改密码为abc123

# install maven

# install tomcat

# install nodejs

# install ffmpeg
sudo apt install ffmpeg

快速部署

# 前端
cd DSMS_FC
npm install
npm run build
sudo cp ../script/dsms.production.conf /etc/nginx/conf.d/dsms.conf
sudo service nginx reload

# 后端
cd DSMS_FE
mvn clean install
%TOMCAT_HOME%/bin/startup.sh

About

电子看板管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors