nvazquez commented on issue #8712:
URL: https://github.com/apache/cloudstack/issues/8712#issuecomment-1985849317

   @omurozlu I can give you the steps to build:
   
   ````
   yum install git maven rpm-build (could be more required, can check executing 
the last step if it requires more packages)
   
   git clone https://github.com/apache/cloudstack.git
   git clone https://github.com/shapeblue/cloudstack-nonoss.git
   cp cloudstack-nonoss/*.jar cloudstack/deps
   cd cloudstack
   git fetch origin
   git fetch origin pull/8759/head:pr/8759
   git checkout pr/8759
   cd deps/
   ./install-non-oss.sh
   cd ../packaging
   ./package.sh -d centos8
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to