-
Notifications
You must be signed in to change notification settings - Fork 25
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation #168
Comments
Hey @fazley-kholil-cko, can you show environment variables you are using to start web and api containers? Check out |
@fazley-kholil-cko , Please follow below steps API Installation Process Web Installation Process
FYI @AndrewDryga |
@AndrewDryga i have put the environment variable in the docker compose |
@kumarsujendra Thanks for the help. |
@kumarsujendra I followed your steps, and everyone was successfully accomplished, but I have troubles seen the Gandalf.API service, I testing with curl in port 9000, but i get nothing, any ideas? the php-fpm is on , I see the port open and acceping requests and the php-fpm pointed to the folder where the project is it. |
Try debugging API_ENDPOINT url and make sure this returns "OK" response. Otherwise Web will not work correctly. Because Web use web service and API_ENDPOINT process same in back-end
|
|
Hi guys,
Need some help, the db migration scripts is not working on the api container.
I successfully managed to run both gandalf.api and gandalf.web. However the web is not being able to
communicate with the api. I can see from previous issues that we must run some migration scripts on the db. Can you please advice how to run those migration scripts. Is it the mongo scriots or php??
The text was updated successfully, but these errors were encountered: