Skip to main content

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

If you are trying to step through Keti code, I suggest you start UAA as usual on command line. Then start Keti from your IDE - for environment settings needed, please refer to the appropriate start-acs* script in the service folder.

Step 2 in your email is for starting UAA, so it doesnt change - btw I think you reversed the source/destination of the copy in your email by mistake? 

On Wed, May 15, 2019 at 8:05 AM Arun Gupta <guptaarun11@xxxxxxxxx> wrote:

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


_______________________________________________
keti-dev mailing list
keti-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/keti-dev

Back to the top