3b19059841
Change-Id: Id2e2bc776751f9d4d4952ba641a10540f903409c Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
## Build Daisy artifact
|
|
|
|
```
|
|
# cd tools && ./daisy-compile-rpm.sh
|
|
(above run only once)
|
|
# cd ../make
|
|
# make allrpm
|
|
```
|
|
|
|
The artifacts will be at target/el7/noarch/, with name such as installdaisy_el7_noarch.bin.
|
|
|
|
## Install Daisy
|
|
|
|
NOTE:
|
|
Daisy's WEBUI rpm includes files which conflicts with OpenStack Horizon, this is Daisy's bug which will be solved in future. For now, please uninstall python-django-horizon and openstack-dashboard before installing Daisy.
|
|
|
|
```
|
|
# cd target/el7/noarch/
|
|
# ./installdaisy_el7_noarch.bin
|
|
Verifying archive integrity... All good.
|
|
Uncompressing daisy...........................................................
|
|
|
|
=================================
|
|
DAISY Installation Wizard
|
|
=================================
|
|
1. install
|
|
2. upgrade
|
|
3. clean
|
|
4. help
|
|
5. exit
|
|
|
|
Please select an operation: 1
|
|
```
|
|
|
|
## Uninstall Daisy
|
|
|
|
```
|
|
# cd target/el7/noarch/
|
|
# ./installdaisy_el7_noarch.bin
|
|
Verifying archive integrity... All good.
|
|
Uncompressing daisy...........................................................
|
|
|
|
=================================
|
|
DAISY Installation Wizard
|
|
=================================
|
|
1. install
|
|
2. upgrade
|
|
3. clean
|
|
4. help
|
|
5. exit
|
|
|
|
Please select an operation: 3
|
|
```
|
|
|