daisycloud-core/doc/installation.md
Zhijiang Hu 3b19059841 test build and run daisy on pike env
Change-Id: Id2e2bc776751f9d4d4952ba641a10540f903409c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-02 06:28:54 -04:00

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