Hi, I have cloned this GitHub - cortezaproject/corteza-docker: Corteza Docker images & build scripts, can anybody help how this is build and run in my local ubuntu system step by step.
Thanks
Hi, I have cloned this GitHub - cortezaproject/corteza-docker: Corteza Docker images & build scripts, can anybody help how this is build and run in my local ubuntu system step by step.
Thanks
Hi @muhaarif ,
the repo in question has been deprecated some time ago, since then we鈥檝e been using the github
workflows for building the corteza package.
Where you鈥檒l learn the most is from the actual workflows themselves, so take a look at the corteza meta-package:
You鈥檒l see in Dockerfile
we include already built webapp and server packages and push them to dockerhub.
An example for corteza server:
make release
and make upload
are defined corteza-server/Makefile at 2022.9.x 路 cortezaproject/corteza-server 路 GitHub
You can read more on that here: Corteza Core Repositories :: Corteza Docs