blob: b7b2dc8618b5e7404a1cdfa046d738a1f8eb4bf6 [file] [log] [blame]
////
*****************************************************************************
* Copyright © 2018 Mettenmeier GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*
*****************************************************************************
////
= openKonsequenz "StandbyPlanning" - How to run the module
:Date: 2018-06-07
:Revision: 1
== WAR deployment
Put the two war files on the server.
* *spfe.war* "StandbyPlanning" frontend binaries.
* *spbe.war* "StandbyPlanning" backend binaries.
Restart the server.
== define Keycloak URL
Define the URL to your openkonsequenz auth2auth modul. For your local development you can use http instead of https.
.change url in spfe/main*.js
[source]
loginPage:"https://localhost:8080/portalFE/#/login"
Define the base URL of the frontend application.
.change url in spfe/main*.js
[source]
basePath:"https://localhost:8080/spbe/webapi"