Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 904 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 904 Bytes

Distributed Display

Distributed Display allows centralized display content management of multiple client nodes.

How to build the project

  1. Install Maven.

  2. Clone the repository

    git clone https://github.com/thinkray/distributed-display.git
  3. Build the core module and install it in your local repository.

    cd core
    mvn package
    mvn install
  4. Build the server and client.

    cd ..
    cd server
    mvn assembly:single
    
    cd ..
    cd client
    mvn assembly:single
  5. The .jar executable is located in serer/target and client/target.

License

This project, including the documentation, is licensed under the MIT license. Copyright (c) 2022