Metaxk MES 1.0.0 is officially released | Wanjiexingkong launched a free MES production management system

1. Introduction of free MES system

       Ordinary free MES systems only provide simple basic functions for customers to experience, while Wanjiexingkong MES system is developed in the form of low code. Due to the mature technology of its development team and fast development progress, the functions given are comprehensive and sound.

Wanjiexingkong MES system is a B/S structure, commercial open source production execution management system, which helps manufacturing enterprises realize automation and digital transformation, and can monitor, track, record and control the product manufacturing process from raw materials to finished products.

To provide a professional, versatile and low-cost MES system solution for small and medium-sized enterprises in the domestic discrete manufacturing industry.

2. The free Mes function of Wanjiexingkong Technology

Features include:

·Basic Settings

·Product Management

· Workshop management

·Process management

·Customer management

·Supplier management

·Production management


 

·Scheduling management


·Equipment management

 

·Visual digital large screen

 

Wanjiexingkong Technology focuses on the research and development and implementation of the cloud Mes system, and has successfully helped many enterprises and factories solve internal management problems, effectively improve production efficiency, and save manpower.

(Free use of Wanjiexingkong MES system open source project) (Or Baidu Shanghai Wanjiexingkong Technology official website for free download and free use.)

3. Install equipment

System introduction and operation

Pull the front-end and back-end codes through git

·The back-end code is imported using IDEA: File->Open, select the corresponding folder directory.

·Maven configuration: File -> settings -> Build, Execution, Deployment -> Build Tools -> Maven, just set your own Maven installation directory and configuration file path.

·When all Maven dependencies are successfully imported, you can execute the install command under root in the Maven view.

Run the springboot project directly in the upper right corner of the system to complete the back-end code operation.

 

It is recommended to use VSCode to import the front-end code: File -> Open Folder to select the directory where the front-end code is located.

· Execute the npm install command (cnpm install) to install all dependent packages.

Execute npm run dev to run the front-end code.

4. Server deployment

·When packaging the backend, on the premise of ensuring that the configuration file is configured correctly, run the package.bat in the backend code directory to generate the corresponding newmes-admin.jar package in the newmes-admin/target directory. Copy it to the server and run java –jar newmes-admin.jar directly.

·The front-end code runs npm run build:prod directly to generate the corresponding dist package in the front-end code directory. Copy it directly to the server, and configure the corresponding port and path in Nginx.

5. Source address

Visit the open source of Wanjie Xingkong Technology:  https://gitee.com/metaxk/xingkong-free-mes

Guess you like

Origin www.oschina.net/news/250195/metaxk-mes-1-0-0-released