Skip to content

grtm77/mytest_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

交通网关部署系统

Banner

Built by drggboy, grtm77, and the community!

jdk release matlab release
GitHub release GitHub last commit Contributors LICENSE


目录

演示预览

I believe that you should bring value to the reader as soon as possible. You should be able to get the user up and running with your project with minimal friction.

Banner

If you have a quickstart guide, this is where it should be.

Alternatively, you can add a demo to show what your project can do.

Usage

Next, you have to explain how to use your project. You can create subsections under here to explain more clearly.

环境依赖

  • 自行编译

    • JDK v1.8
    • MATLAB R2016b (9.1)
  • 运行环境

    • JRE v1.8
    • MATLAB Runtime R2016b (9.1)

部署步骤

Note: For longer README files, I usually add a "Back to top" buttton as shown above. It makes it easy to navigate.

Clone this repository and navigate inside the project folder and install the dependencies by running:

npm ci

After installing the dependencies, build the project by executing:

npm run build

You can use the code snippets here as well:

command to clone your project
command to build your project
command to run your project in development mode

目录结构描述

├── Readme.md                   // help
├── app                         // 应用
├── config                      // 配置
│   ├── default.json
│   ├── dev.json                // 开发环境
│   ├── experiment.json         // 实验
│   ├── index.js                // 配置控制
│   ├── local.json              // 本地
│   ├── production.json         // 生产环境
│   └── test.json               // 测试环境
├── data
├── doc                         // 文档
├── environment
├── gulpfile.js
├── locales
├── logger-service.js           // 启动日志配置
├── node_modules
├── package.json
├── app-service.js              // 启动应用配置
├── static                      // web静态资源加载
│   └── initjson
│       └── config.js         // 提供给前端的配置
├── test
├── test-service.js
└── tools

xxx

To install the developer version follow the steps below. To just use the extension download from chrome.google.com/webstore/nsfw-filter.

To run development version in clean environment use command:

npm run dev:chrome
  1. 添加系统环境变量 export $PORTAL_VERSION="production" // production, test, dev

  2. npm install //安装node运行环境

  3. gulp build //前端编译

  4. 启动两个配置(已forever为例) eg: forever start app-service.js forever start logger-service.js

Contributors

Thanks goes to these wonderful people (emoji key):

drggboy
drggboy

💻 📖
grtm77
grtm77

💻 📖
Add your contributions

This project follows the all-contributors specification. Contributions of any kind welcome!

License

(Back to top)

MIT license.