Running the application - GroupInnovations/ap GitHub Wiki

Running the application

Running this application does not require a lot of effort. You could follow following steps to run the application from ide or without:

Clone the application

Issue following command: git clone https://github.com/GroupInnovations/ap.git You should see something like this:

pcnicky@nix:~$ git clone https://github.com/GroupInnovations/ap.git
Cloning into 'ap'...
remote: Counting objects: 331, done.
remote: Compressing objects: 100% (237/237), done.
remote: Total 331 (delta 28), reused 327 (delta 28), pack-reused 0
Receiving objects: 100% (331/331), 1.25 MiB | 55.00 KiB/s, done.
Resolving deltas: 100% (28/28), done.
Checking connectivity... done.
pcnicky@nix:~$ 

Package the application

We use maven so you need to have this installed on your system before you could complete this step.

Issue following command for packaging the application: mvn package This may take some time to download and install dependencies.

Create the required database. Refer to application-dev.properties for doing this.

Run the jar: java -jar ap.jar