kit icon indicating copy to clipboard operation
kit copied to clipboard

how can i start this project

Open cesc1802 opened this issue 4 years ago • 4 comments

cesc1802 avatar Dec 28 '21 10:12 cesc1802

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

goxiaoy avatar Dec 30 '21 13:12 goxiaoy

@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

k2glyph avatar Feb 23 '22 04:02 k2glyph

@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

goxiaoy avatar Feb 23 '22 04:02 goxiaoy

Thanks @Goxiaoy

k2glyph avatar Feb 23 '22 09:02 k2glyph