diff README.md @ 291:9d6ba97a31d2

Moved development infos to separate file.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 31 Jul 2018 12:47:09 +0200
parents 5ee0edc01a18
children fd04bccae6ca
line wrap: on
line diff
--- a/README.md	Tue Jul 31 11:32:50 2018 +0200
+++ b/README.md	Tue Jul 31 12:47:09 2018 +0200
@@ -9,6 +9,8 @@
 
 - To only build the SPA-Client you can use `make client`.
 
+For further details see [docs/DEVELOPMENT](docs/DEVELOPMENT.md),
+
 
 ## Setup Database
 
@@ -41,31 +43,3 @@
 
 - `./cmd/gemma/gemma -h` gives you an overview of more available
   options.
-
-
-# Manual setup
-
-## 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).