comparison README.md @ 1009:76e9296d6191

added demo mode in READMEs
author Markus Kottlaender <markus@intevation.de>
date Tue, 23 Oct 2018 08:44:41 +0200
parents 4ffdb922db44
children f370ce6eab65
comparison
equal deleted inserted replaced
1008:9f49ae20c54c 1009:76e9296d6191
3 ## Build 3 ## Build
4 4
5 - To build all components of gemma, simply type `make` on the top 5 - To build all components of gemma, simply type `make` on the top
6 level directory of the repro. 6 level directory of the repro.
7 7
8 - To build all components of gemma, with client in demo mode, use `make demo`.
9
8 - To only (re)build the back end you can use `make gemma`. 10 - To only (re)build the back end you can use `make gemma`.
9 11
10 - To only build the SPA-Client you can use `make client`. 12 - To only build the SPA-Client you can use `make client`.
13
14 - To only build the SPA-Client in demo mode you can use `make clientdemo`.
11 15
12 For further details see [docs/DEVELOPMENT](docs/DEVELOPMENT.md), 16 For further details see [docs/DEVELOPMENT](docs/DEVELOPMENT.md),
13 17
14 18
15 ## Setup Database 19 ## Setup Database