Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Akraino Portal Operations

Portal Pre-configuration

  • In the Tomcat (Portal) container, navigate to /usr/local/tomcat/webapps/AECPortalMgmt/App.Config.js
Code Block
languagebash
.constant('hostUrl','127.0.0.1:8080')
.constant('camundaUrl',’127.0.0.1:8073')


Info
Change the IP address 127.0.0.1 to the IP of the VM, where portal and Camunda containers are stood up.

 

  • In the Tomcat (Portal) container, navigate to /usr/local/tomcat/webapps/AECPortalMgmt/WEB-INF/classes/app.properties
Code Block
languagebash
apacheds.ldap.url = ldap://127.0.0.1:10389/dc=akraino,dc=com


Info
Change the IP address 127.0.0.1 to the IP of the VM, where the LDAP container is stood up.


Code Block
languagebash
postgres.db.url = jdbc:postgresql://127.0.0.1:6432/postgres


Info
Change the IP address 127.0.0.1 to the IP of the VM, where the DB container is stood up.

 

Login

Visit the portal URL http://REGIONAL_NODE_IP:8080/AECPortalMgmt/ where REGIONAL_NODE_IP is the Portal IP.

...