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

Update the contents of the HOWTO README #117

Closed
bokket opened this issue May 22, 2021 · 5 comments
Closed

Update the contents of the HOWTO README #117

bokket opened this issue May 22, 2021 · 5 comments

Comments

@bokket
Copy link

bokket commented May 22, 2021

Inside the HOWTO.md guide, the
make -f .. /.. /build/Makefile docker-up command does not correspond to the corresponding directory, and .. /build/makefile operation returns a folder under attachment, so I think we should use the absolute path like make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up

@AlexStocks
Copy link
Contributor

@LaurenceLiZhixin pls answer this question.

@LaurenceLiZhixin
Copy link
Contributor

I guess you run it on windows.
Run test on windows environment is not suggested.
You can run the test with the following choice:

  1. Run make PROJECT_DIR=$(pwd) BASE_DIR=$(pwd)/dist -f ../../build/Makefile docker-up with git bash instead of make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up
  2. Run sh start_integrate_test.sh in the root directory of dubbo-go-samples to run all tests.

Inside the HOWTO.md guide, the
make -f ... /... /build/Makefile docker-up command does not correspond to the corresponding directory, and ... /build/makefile operation returns a folder under attachment, so I think we should use the absolute path like make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up

@bokket
Copy link
Author

bokket commented May 28, 2021

I guess you run it on windows.
Run test on windows environment is not suggested.
You can run the test with the following choice:

  1. Run make PROJECT_DIR=$(pwd) BASE_DIR=$(pwd)/dist -f ../../build/Makefile docker-up with git bash instead of make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up
  2. Run sh start_integrate_test.sh in the root directory of dubbo-go-samples to run all tests.

Inside the HOWTO.md guide, the
make -f ... /... /build/Makefile docker-up command does not correspond to the corresponding directory, and ... /build/makefile operation returns a folder under attachment, so I think we should use the absolute path like make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up

Thank you for your reply.
I used ubuntu.I think this problem may be due to historical reasons, and later put them in a folder again.
On Linux, the ../ operation cannot reach the build directory. I will go down and try again for the operation you suggest.
I just want to talk about another problem, the debain system does not seem to have the en0 network card,See #101 for details.Can you help me?Thank you.

@tylitianrui
Copy link

PLS update the HOETO
contents of the HOWTO are different from code of demos,such as dir attachment .
now:

├── README.md
├── README_zh.md
├── go-client
│   ├── cmd
│   │   └── client.go
│   ├── conf
│   │   ├── client.yml
│   │   └── log.yml
│   └── pkg
│       └── user.go
└── go-server
    ├── cmd
    │   └── server.go
    ├── conf
    │   ├── client.yml
    │   ├── log.yml
    │   └── server.yml
    ├── docker
    │   └── docker-compose.yml
    ├── pkg
    │   └── user.go
    └── tests
        └── integration
            ├── main_test.go
            └── userprovider_test.go

@justxuewei
Copy link
Member

This issue could be closed. @LaurenceLiZhixin

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

5 participants