Re: build system for cutting edge software

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Sun, May 18, 2014 at 01:30:24PM -0400, Robert Moskowitz wrote:
> > An idea is to build it in a directory, as much independent as it is
> > possible from the installed libraries on the centos installation. Is
> > there an automated build system for such an endeavour?
> Run Fedora as a VM?

Or, run Docker with a Fedora container.

Add EPEL, and then:

  sudo yum install docker-io
  sudo service docker start
  sudo docker run -i -t fedora /bin/bash

There are some already-existing docker recipies built automatically -- see
the list at  <https://github.com/fedora-cloud/Fedora-Dockerfiles> and then
try, for example:

   docker run -d -p 80:80 fedora/apache

and presto, apache running on port 80.


-- 
Matthew Miller           mattdm@xxxxxxxxxx          <http://mattdm.org/>
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux