Code Monkey home page Code Monkey logo

dms's Introduction

Document Management System

运行环境

1.1 软件

本系统主要分为vue前台、java后台、mysql数据库三部分。 Vue前台的运行环境为node.js18。 Java后台的运行环境为jdk1.8。 Mysql数据库的运行环境为mysql5.7。 以上三部分均需要运行于服务器操作系统Ubuntu。

1.2 硬件

本系统的硬件环境为2核cpu,4gneic,40g硬盘的华为云服务器。  

部署说明

2.1 前台部署

本系统前台基于vue开发,使用vue脚手架vite打包。以管理员身份运行控制台,cd到前台项目目录下,输入指令npm run build,指令执行完毕后,会在项目目录下生成dist文件夹,该文件夹中的文件为打包后的前台代码。将代码上传至服务器/home/java/static目录下,即可完成前台代码部署。

2.2 后台部署

本系统后台为基于java开发的ssm项目,使用java脚手架springboot,项目管理工具maven。在项目目录下运行maven build指令,指令执行完毕后会在项目目录下的target目录下生成后台项目的jar包,将该jar包上传至服务器/home/java目录下,运行指令nohup java -jar xxx.jar即可完成后台代码部署。

2.3 总结

在java运行环境,vue运行环境,前台代码部署,后台代码部署,服务器端口开放等操作均完成后,项目即可正常运行访问。

使用步骤

先打开浏览器,然后在浏览器输入栏中输入http://123.249.31.57:82/index.html,即可访问系统登录页面。在系统登录页面中输入用户名、密码后,点击登录,在验证用户名、密码通过后,即可跳转到系统主页面使用系统。

编码规范

本系统统一使用utf8mb4作为数据传输编码。命名均使用驼峰命名法。以每张表作为一个单独的模块进行抽象,按照高内聚低耦合的设计原则进行模块的设计划分。

dms's People

Contributors

garlicleek avatar fyan1024 avatar meltice0v0 avatar sharkkkyu avatar yuindex 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.