On Tue, Jun 14, 2016 at 2:26 AM, Dewey Du <[email protected]> wrote: > Yes, RPMs runs well. But I want to build from source and install it on > production also. >
Hi, in that case I'd recommend building RPMs from source and install them. But be aware that engine is only one part whole set of RPMs which oVirt project contains. Anyway if you want to build an RPM from source, please take a look at README.adoc in root directory in short here are steps: make dist rpmbuild -ts ovirt-engine-X.Y.Z.tar.gz yum-builddep <SRPM> # <SRPM> should be replace with real name of .src.rpm from previous step rpmbuild -tb ovirt-engine-X.Y.Z.tar.gz Created RPMs are stored in $HOME/rpmbuild/RPMS Be aware that if you want to install those RPMs you will still need other RPMs from oVirt project like otopi, ovirt-host-deploy, ovirt-setup-lib, ovirt-engine-extension-aaa-jdbc an others. Building all of them is quite huge task, so that's why I recomended you RPM installation. Martin Perina > > On Tue, Jun 14, 2016 at 12:36 AM, Martin Perina <[email protected]> > wrote: > >> >> >> On Mon, Jun 13, 2016 at 6:27 PM, Nir Soffer <[email protected]> wrote: >> >>> For such issues better use [email protected] mailing list: >>> http://lists.ovirt.org/mailman/listinfo/devel >>> >>> Nir >>> >>> On Mon, Jun 13, 2016 at 6:58 PM, Dewey Du <[email protected]> wrote: >>> > To build and install ovirt-engine at your home folder under >>> ovirt-engine >>> > directory execute the folllowing command: >>> > >>> > $ make clean install-dev PREFIX="${PREFIX}" >>> > >>> > What about installing a Product Environment. Is the folllowing command >>> > right? >>> >> >> Do you want to use oVirt in production? If so, then I'd highly recommend >> to use latest stable version installed from RPMs. More info can be found at >> >> http://www.ovirt.org/download/ >> >> Martin Perina >> >> >> >>> > >>> > $ make clean install PREFIX="${PREFIX}" >>> > >>> > >>> > _______________________________________________ >>> > Users mailing list >>> > [email protected] >>> > http://lists.ovirt.org/mailman/listinfo/users >>> > >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.ovirt.org/mailman/listinfo/users >>> >> >> >
_______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

