small correction in docu
diff --git a/deploy/get_started.txt b/deploy/get_started.txt
index 571f12b..51ff81f 100644
--- a/deploy/get_started.txt
+++ b/deploy/get_started.txt
@@ -48,9 +48,9 @@
- Create a folder and do following for each of them
- Open a cmd and navigate to the folder
-- use the command to create a clone of each project
+- Use the command to create a clone of each project
§ git clone <project_url>
-- if you are going to develop, important is a switch to the develop branch
+- If you are going to develop, important is a switch to the develop branch
- navigate in the folder with the clone and switch to develop branch
$ git checkout <branch>
- At the end just pull the actual version of the code
@@ -77,10 +77,10 @@
-------------------- 5 ---------------------
Open and familiarize yourself with the project
-- if you successfully build the maven project you can find in /target/generated-docs all the documentations of this projects
+- If you successfully build the maven project you can find in /target/generated-docs all the documentations of this projects
- auth_n_auth_howtoBuild -> here you can read how to build the whole (backend and frontend) project
- auth_n_auth_howtoRun -> here you can read how to run the Application
- - auth_n_auth_architectureDocumentation -> here you can read about the architecture pf this module
+ - auth_n_auth_architectureDocumentation -> here you can read about the architecture documetation this module
- auth_n_auth_interfaceDocumentation -> here you can read about the backend REST Services which are used
- Other useful files:
diff --git a/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc b/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc
index 4888ffa..b3afbbe 100644
--- a/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc
+++ b/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc
@@ -36,6 +36,10 @@
----
{blank}
+IMPORTANT: If you change the port number you have also adapt the port in the
+frontend project: File "<PRJ_portalFE>/proxy.conf.json". There might be other config files
+that need to be adepted as well!
+
TIP: Look at the *http://87.128.212.254:8880/portalFE_ADoc/auth_n_auth_interfaceDocumentation.html[auth_n_auth_interfaceDocumentation]* for informations about the services.
== How to run the Frontend