Skip to content

SmartGreenhouse-PC/ClientDesktop

Repository files navigation

Greenhouse Client Desktop Application

This repository contains the code for the Greenhouse Desktop application.

Deployment instruction

To deploy the application you must have installed on your host:

Before executing the application you need to change the configuration file, in the directory src/main/resources setting as host the ip address of the host hosting the Server application

Once you have verified that you have everything you need to run the application, you need to move to the ClientDesktop directory and launch the gradle shadowsJar task, via the following command:

  ./gradlew shadowJar

At this point, the .jar file has been made, and in order to run it, you need to move to the sub-directory /buld/libs and run the command:

  java -jar jar_name.jar

NOTE: replace jar_name.jar with the filename.jar in the directory indicated.

About

This repository represents the Desktop Application of SmartGreenhouse.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages