From 888e17369af0f04f3eee9e8b01aef80e7dc3840f Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Fri, 14 Aug 2020 11:09:49 +0200 Subject: [PATCH] Add https-info and enhance work-in-submodules doc --- DEVELOPMENT.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index aaacd4e52..89fc3a856 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -23,6 +23,11 @@ Finally, start the dev server: $ make run-dev +You can access the services independently using their corresponding ports +or access the full stack on + + $ https://localhost:8000 + ## Running tests To run all tests of all services, execute `run-service-tests`. TODO: Systemtests in this repo. @@ -41,16 +46,19 @@ Then, commit changes and create a pull request. ## Work in submodules -- Create your own fork at github. -- Remove the upstream (main) repo as the origin in the submodule: +Create your own fork at github. + +Remove the upstream (main) repo as the origin in the submodule: $ cd $ git remote remove origin -- Add your fork and the main repo as origin and upstream +Add your fork and the main repo as origin and upstream - $ git remote add origin - $ git remote add upstream
+ $ git remote add origin `` + $ git remote add upstream `
` + $ git fetch --all + $ git checkout master ## Requirements for services