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

how can i start this project #3

Open
cesc1802 opened this issue Dec 28, 2021 · 4 comments
Open

how can i start this project #3

cesc1802 opened this issue Dec 28, 2021 · 4 comments

Comments

@cesc1802
Copy link

No description provided.

@goxiaoy
Copy link
Collaborator

goxiaoy commented Dec 30, 2021

I am still working on this project actively. It is not production ready now. There will be docker-compose files provided in the future.

@k2glyph
Copy link

k2glyph commented Feb 23, 2022

@goxiaoy
Getting this error any idea. Did I miss anything here?

make[1]: Entering directory '/home/auzmor/product/core/sumelms/go-saas-kit/user'
buf generate ../proto --path ../proto/user
Failure: plugin validate: could not find protoc plugin for name validate
make[1]: *** [Makefile:37: api] Error 1
make[1]: Leaving directory '/home/auzmor/product/core/sumelms/go-saas-kit/user'
make: *** [Makefile:48: all] Error 2

@goxiaoy
Copy link
Collaborator

goxiaoy commented Feb 23, 2022

@k2glyph call init before make

make init

Or you can run docker-compose to start the headless version. (ui is still in progress)

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build

@k2glyph
Copy link

k2glyph commented Feb 23, 2022

Thanks @goxiaoy

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