PaulAngus commented on pull request #838:
URL: 
https://github.com/apache/cloudstack-primate/pull/838#issuecomment-729021053


   @ravening 
   
   I've checked with Rohit regarding the base VM that we use to build primate.
   
   It can be built using any Ubuntu LTS 18.04/20.04 base docker container. 
   
   There are  build instructions are in the repo's README 
(_https://github.com/apache/cloudstack-primate#getting-started_)
   These are wrapped up in 
`https://github.com/apache/cloudstack-primate/blob/master/packaging/package.sh
   
   The overview of installation (again thanks to Rohit) is:
   
   Install nodejs LTS
   
   ```
   curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
   sudo apt-get install -y nodejs debhelper rpm
   ```
   Install build tools
   
   `npm install -g @vue/cli webpack eslint`
   
   In a cloned Primate repo and run package.sh
   
   ```
   cd packaging
   bash -x package.sh
   ```
   In the README.md - _https://github.com/apache/cloudstack-primate#packaging_
   


----------------------------------------------------------------
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.

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


Reply via email to