You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What is HOMS_URL over here?
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%.*}' -- {}
What can be windows equivalent over here? I just copied all sample files and removed sample from their name.
Mentioning steps where i felt confused.
Step 5
Step 6
sample
from their name.Step 8
config/database.yml
. Maybe because i already copied this file in step 6?The text was updated successfully, but these errors were encountered: