Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 6c62c61

Browse files
committed
README: add packaging/build instructions
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent ff3884b commit 6c62c61

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@ Run Primate:
120120

121121
docker run -ti --rm -p 8080:80 -v $(pwd)/nginx:/etc/nginx/conf.d:ro cloudstack-primate:latest
122122

123+
### Packaging
124+
125+
The following is tested to work on any Ubuntu 18.04/20.04 base installation or
126+
docker container:
127+
128+
# Install nodejs (lts)
129+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
130+
sudo apt-get install -y nodejs debhelper rpm
131+
# Install build tools
132+
npm install -g @vue/cli webpack eslint
133+
# Clone this repository and run package.sh
134+
cd <cloned-repository>/packaging
135+
bash -x package.sh
136+
123137
## Documentation
124138

125139
- VueJS Guide: https://vuejs.org/v2/guide/

0 commit comments

Comments
 (0)