view README.md @ 249:e0f47d9ebde0

Hotfix: changed login call back to GET from POST. For some reason POST didn't work as intended: the credentials were not send... This is only a workaround, as POST would still be the right way to go...
author Sascha Wilde <wilde@intevation.de>
date Fri, 27 Jul 2018 11:04:20 +0200
parents cd6ad5eaef8d
children a2f7049daf7f
line wrap: on
line source

## Backend

In Go.

* Install dependencies

    `sh 3rdpartylibs`

* Build

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

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


## Client

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