----- Original Message -----
From: "李强" <liqiang.net(a)gmail.com>
To: "Alon Bar-Lev" <alonbl(a)redhat.com>
Cc: "Vojtech Szocs" <vszocs(a)redhat.com>, engine-devel(a)ovirt.org
Sent: Saturday, April 20, 2013 3:59:23 AM
Subject: Re: [Engine-devel] Why deploy failed? Please help me, thanks.
HI:all
The first THANKS to all,
I rpmbuild and create this files:
[root@engine noarch]# ls
ovirt-engine-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-backend-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-dbscripts-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-restapi-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-setup-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-setup-plugin-allinone-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-tools-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-userportal-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
ovirt-engine-webadmin-portal-3.3.0-0.2.master.20130419160733.fc18.noarch.rpm
AND I COMMAND:
++++++++++++++
rpm -Uvh *.rpm
++++++++++++++
That command is OK?
Sorry, I have not used rpm command for a long time.
If that rpm's command is ok,
What should I do next?
Put all rpms in directory, let's say /var/lib/repos.local
Run:
# createrepo /var/lib/repos.local
Add the following file:
/etc/yum.repos.d/local.repo
---
[local]
name=local
baseurl=file:///var/lib/repos.local
enabled=1
gpgcheck=0
priority=1
protect=1
---
Then:
yum install ovirt-engine