Skip to content

How to run

Mohamed Hassan (JOHN) edited this page Apr 26, 2025 · 16 revisions

gregor_the_fortress_by_barretfrymire_dglpas3-fullview

Instructions:

  • Download the executable form of this command-line utility.

  • Environment preparation:

    • Java is installed and system is aware of it by adding the bin directory into system-path.
    • Maven is installed and system is aware of it by adding the bin directory into system-path.
  • Navigate to the folder where you have downloaded this command-line utility using the CMD, so you can use the below command easily.

    • You shall find the output of this tool beside the executable, then you have to move it to another folder, so you can start working on it.
    • image 1
    • image 2
  • Generate project's skeleton using this command: skeleton-initializer_of_java-backend-component -component-purpose=<component-purpose> -output-directory=%cd% -project-name=<project-name> where those 3 arguments are mandatory as below:

    • First argument <component-purpose>
      • web-interface
      • web-interface-with-messaging
      • scheduled-jobs
      • scheduled-jobs-with-messaging
      • authentication-component
      • users-administration-component
    • Second argument output-directory where %cd% prints the current working directory which means generating the project's skeleton beside the executable
    • Third argument <project-name>
  • Then execute mvn clean package inside project's directory and make sure you have internet connection

  • Finally you can open it via Eclipse IDE

Clone this wiki locally