Commit 7635f9ff authored by Frank Dietrich's avatar Frank Dietrich
Browse files

small correction in docu

parent ff7ceebd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -48,9 +48,9 @@ To get started with the project you have to clone all four(elogbook and portal b

- 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 @@ Building the maven project, will produce a <project_name>.war file(Web Applicati
-------------------- 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:
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ If 8080 port is already in use, you have to change tomcat's port as follows:
----
{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