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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation #164

Open
vik0803 opened this issue Feb 13, 2018 · 4 comments
Open

installation #164

vik0803 opened this issue Feb 13, 2018 · 4 comments

Comments

@vik0803
Copy link

vik0803 commented Feb 13, 2018

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

@AndrewDryga
Copy link
Member

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).

@kumarsujendra
Copy link

@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
Copy link

kumarsujendra commented May 2, 2018

@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.

@AndrewDryga
Copy link
Member

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

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

3 participants