gandalf.web icon indicating copy to clipboard operation
gandalf.web copied to clipboard

installation

Open vik0803 opened this issue 6 years ago • 4 comments

I am trying to setup gandalf web on the imac using MAMP PRO? any documentation avaialble how can I setup and use it as our database is accessible only via host os and not vagrant/docker

vik0803 avatar Feb 13 '18 12:02 vik0803

Hello,

There is no separate documentation for non-docker environments, but you use Docker configuration is guideline to setup a host OS (you can see dependencies and configuration in Dockerfiles and env variables).

AndrewDryga avatar Feb 13 '18 12:02 AndrewDryga

@AndrewDryga , I have installed web and API separately without docker. Both are running fine. But getting errors as below

  1. When I try to login with default user credentials ( admin / consumer) , it returns error Request URL: http://localhost:8080/api/api/v1/oauth Request Method: POST Status Code: 400 Bad Request

  2. When I register new user it returns error Request URL: http://localhost:8080/api/api/v1/users Request Method: POST Status Code: 401 Unauthorized

Please guide if I am missing anything.

kumarsujendra avatar Apr 14 '18 12:04 kumarsujendra

@AndrewDryga , I have resolved it at my end., Actually I was missing database migration and all details was available in database. Also I am preparing installation document without docker so that other developer can use it. I will upload installation document shortly.

kumarsujendra avatar May 02 '18 11:05 kumarsujendra

@kumarsujendra It would be really awesome to have it, great kudos! Just open a PR :)

AndrewDryga avatar May 02 '18 15:05 AndrewDryga