Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[keti-dev] How to deploy standalone keti without using bash command

I would like to deploy/run keti as a standalone java/spring application. What are the things I have to do to achieve this? I am using keti with cloudfoundry uaa 

  1. 1. I used configured below environment variables from intellij

  2. copied uaa.yml from cloudfoundry uaa to ./acs-integration-tests/uaa/config/uaa.yml location
  3. follow  https://github.com/eclipse/keti/blob/master/docs/keti-demo.org to setup and integration with uaa.  Where to place uaa,.yml file?    

PORT_OFFSET=0;UAA_LOCAL_PORT=8080;ACS_LOCAL_PORT=8181;ZAC_LOCAL_PORT=8888;ACS_URL=http://localhost:${ACS_LOCAL_PORT};ZAC_URL=http://localhost:${ZAC_LOCAL_PORT};ACS_TESTING_UAA=http://localhost:${UAA_LOCAL_PORT}/uaa;ENCRYPTION_KEY=1234567890123456;ZAC_UAA_URL=http://localhost:${UAA_LOCAL_PORT}/uaa;ACS_UAA_URL=http://localhost:${UAA_LOCAL_PORT}/uaa;SPRING_PROFILES_ACTIVE=envDbConfig,public,simple-cache;DB_DRIVER_CLASS_NAME=org.postgresql.Driver;DB_URL=jdbc:postgresql:acs;DB_USERNAME=postgres;DB_PASSWORD=postgres

image.png



Back to the top