Seperarte installation doc out from README

Change-Id: I1426bd1449a76e99fb9a3d8159be466799cfed4b
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2017-08-17 04:08:22 -04:00
parent 4248506323
commit 46ef69ef7d
2 changed files with 54 additions and 59 deletions

View File

@ -14,62 +14,3 @@ http://www.daisycloud.org
* code/daisyclient: command line interface code.
* code/horizon: web interface code.
## Build Daisy artifact
```
# cd tools
# ./daisy-compile-rpm.sh
# 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
```
## Test Daisy
TODO
- [ ]: separate daisyclient as another project;
- [ ]: separate horizon as another project;

54
doc/installation.md Normal file
View File

@ -0,0 +1,54 @@
## Build Daisy artifact
```
# cd tools
# ./daisy-compile-rpm.sh
# 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
```