ATEST-242
This commit is contained in:
20
Readme.md
20
Readme.md
@ -20,6 +20,26 @@ Following files define and describe application properties:
|
||||
|
||||
It is possible to overwrite properties by defining new values in `${HOME}/.config/daq/queryrest.properties`
|
||||
|
||||
## Maven
|
||||
|
||||
Upload jar to the Maven repository (from ch.psi.daq.buildall):
|
||||
|
||||
```bash
|
||||
./gradlew ch.psi.daq.queryrest:uploadArchives
|
||||
```
|
||||
|
||||
## DropIt
|
||||
|
||||
Upload jar DropIt (from ch.psi.daq.buildall):
|
||||
|
||||
```bash
|
||||
./gradlew ch.psi.daq.queryrest:dropIt -x test
|
||||
```
|
||||
|
||||
## Local Instance
|
||||
|
||||
[DAQLocal](https://github.psi.ch/projects/ST/repos/ch.psi.daq.daqlocal/browse) provides a local instance of the DAQ system for testing purposes (allowing users/developers to verify their code before they come to PSI to do their research and interact with the DAQ cluster).
|
||||
|
||||
<a name="rest_interface"/>
|
||||
|
||||
# REST Interface
|
||||
|
Reference in New Issue
Block a user