Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help needed in following 'Development' installation instruction through 'Without Oracle Instant Client' on Windows. #478

Open
AmitDigga opened this issue Jul 1, 2020 · 1 comment

Comments

@AmitDigga
Copy link

Mentioning steps where i felt confused.

Step 5

5. Add environment variable $HOMS_URL to .env file with URL to your HOMS:

馃搶 For access to host machine OS X users can use special DNS name host.docker.internal as host in tnsnames.ora (details).

    HOMS_URL=http://docker.for.mac.localhost:3000/api
  1. What is HOMS_URL over here?
  2. It says specific instruction for mac, but what to do on windows?

Step 6

6. Create your own configs from samples:

find config -name '*.sample' | xargs -I{} sh -c 'cp $1 ${1%.*}' -- {}
  1. What can be windows equivalent over here? I just copied all sample files and removed sample from their name.

Step 8

Add test environment to config/database.yml:

development:
  adapter: postgresql
  encoding: unicode
  pool: 5
  host: <%= ENV['HOMS_DB_HOST'] %>
  port: <%= ENV['HOMS_DB_PORT'] %>
  database: <%= ENV['HOMS_DB_NAME'] %>
  username: <%= ENV['HOMS_DB_USER'] %>
  password: <%= ENV['HOMS_DB_PASSWORD'] %>
  1. But test enviroment was already there in config/database.yml. Maybe because i already copied this file in step 6?
@sugarfree1
Copy link
Contributor

Hi there!

HOMS_URL is an URL which to access local OMS instance (not in docker container) from other docker container with camunda-ext plugin. https://github.com/latera/camunda-ext/blob/993b58c74e98e93a5e4ee1b95ac72abc574dbad4/src/org/camunda/latera/bss/connectors/HOMS.groovy#L26

Sorry, but we've never tried it on Windows before. I hope there is a way to access local machine from within docker container on Windows.

About configs: yes, copying and removing sample is enough.

About Step 8: I think it's a typo and we meant not test but development environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants