Re: [ovirt-users] how to build and install ovirt to the Product Environment

2016-06-15 Thread Donny Davis
There is no sense in building the packages yourself, when the oVirt community takes care of that for you. Especially if you are talking about a production workload. On Tue, Jun 14, 2016 at 2:57 AM, Martin Perina wrote: > > > On Tue, Jun 14, 2016 at 2:26 AM, Dewey Du wrote: > >> Yes, RPMs runs w

Re: [ovirt-users] how to build and install ovirt to the Product Environment

2016-06-13 Thread Martin Perina
On Tue, Jun 14, 2016 at 2:26 AM, Dewey Du 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 proj

Re: [ovirt-users] how to build and install ovirt to the Product Environment

2016-06-13 Thread Dewey Du
Yes, RPMs runs well. But I want to build from source and install it on production also. On Tue, Jun 14, 2016 at 12:36 AM, Martin Perina wrote: > > > On Mon, Jun 13, 2016 at 6:27 PM, Nir Soffer wrote: > >> For such issues better use de...@ovirt.org mailing list: >> http://lists.ovirt.org/mailman

Re: [ovirt-users] how to build and install ovirt to the Product Environment

2016-06-13 Thread Martin Perina
On Mon, Jun 13, 2016 at 6:27 PM, Nir Soffer wrote: > For such issues better use de...@ovirt.org mailing list: > http://lists.ovirt.org/mailman/listinfo/devel > > Nir > > On Mon, Jun 13, 2016 at 6:58 PM, Dewey Du wrote: > > To build and install ovirt-engine at your home folder under ovirt-engine

Re: [ovirt-users] how to build and install ovirt to the Product Environment

2016-06-13 Thread Nir Soffer
For such issues better use de...@ovirt.org mailing list: http://lists.ovirt.org/mailman/listinfo/devel Nir On Mon, Jun 13, 2016 at 6:58 PM, Dewey Du wrote: > To build and install ovirt-engine at your home folder under ovirt-engine > directory execute the folllowing command: > > $ make clean inst

[ovirt-users] how to build and install ovirt to the Product Environment

2016-06-13 Thread Dewey Du
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? $ make clean install PREFIX="${PREFIX}" ___