much friendlier packaging
This commit is contained in:
parent
9eb18219cb
commit
f13e16ebd5
2 changed files with 17 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ After build, the programs can be found in the staging folder.
|
|||
After changing directory to the 'staging/client' folder or the 'staging/server' folder, either program can be run as follows:
|
||||
|
||||
```
|
||||
$ ./JobServ/bin/jobserv-server (port) server.crt private.pem ca.crt
|
||||
$ ./JobServ/bin/jobserv-client private.pem client.crt ca.crt (hostname) (port) (command) (arguments)
|
||||
$ ./server.sh (port)
|
||||
$ ./client.sh (hostname) (port) (command) (arguments)
|
||||
```
|
||||
alternatively, for guidance:
|
||||
|
||||
|
|
@ -33,5 +33,4 @@ $ ./JobServ/bin/jobserv-client help
|
|||
|
||||
# Testing
|
||||
Running the gradle test task, or the buildwrapper will run all junit tests.
|
||||
Currently that includes a test of certificate based authentication (Mutual TLS)
|
||||
(TODO: job control module tests)
|
||||
Currently that includes a test of certificate based authentication (Mutual TLS) and unit tests for the thread safe process control module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue