mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
README: add packaging/build instructions
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e6b73d44fa
commit
7926b515d0
14
ui/README.md
14
ui/README.md
@ -120,6 +120,20 @@ Run Primate:
|
|||||||
|
|
||||||
docker run -ti --rm -p 8080:80 -v $(pwd)/nginx:/etc/nginx/conf.d:ro cloudstack-primate:latest
|
docker run -ti --rm -p 8080:80 -v $(pwd)/nginx:/etc/nginx/conf.d:ro cloudstack-primate:latest
|
||||||
|
|
||||||
|
### Packaging
|
||||||
|
|
||||||
|
The following is tested to work on any Ubuntu 18.04/20.04 base installation or
|
||||||
|
docker container:
|
||||||
|
|
||||||
|
# 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
|
||||||
|
# Clone this repository and run package.sh
|
||||||
|
cd <cloned-repository>/packaging
|
||||||
|
bash -x package.sh
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- VueJS Guide: https://vuejs.org/v2/guide/
|
- VueJS Guide: https://vuejs.org/v2/guide/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user