ATEST-242

This commit is contained in:
Fabian Märki
2015-10-13 13:18:04 +02:00
parent e9a60664de
commit 1c1ddf773a
5 changed files with 67 additions and 49 deletions

View File

@ -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