view README.md @ 173:2b04de578be0

Use COPY in a way that allows replacing by a volume Before, a volume added as shown in the README actually duplicated the files.
author Tom Gottfried <tom@intevation.de>
date Thu, 12 Jul 2018 17:42:31 +0200
parents 9a5bbe9c593c
children cd6ad5eaef8d
line wrap: on
line source

## Backend

In Go.

* Install dependencies

    `sh 3rdpartylibs`

* Build

    Prerequesite: compile server
    ```
    cd cmd/tokenserver/
    go build
    cd ../../
    ```

* Run
    Run server with  `./cmd/tokenserver/tokenserver`


## Client

See [client/README](client/README.md).