Skip to content

thinkray/distributed-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages