have a domU with "debootstrap --arch i386 ubuntu-dapper" setup does anyone know how i can build from that the LAMP Ubuntu-server version, or do I have do install MYSQL PHP APACHE... by hand? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
You know how to use Apt right? :P Install mysql-server, apache2, libapache2-mod-php, php5 and some others. DONE You make it sound like you are doing Linux From Scratch ;P On Tuesday 27 June 2006 17:42, Tobias wrote:> have a domU with "debootstrap --arch i386 ubuntu-dapper" setup > does anyone know how i can build from that the LAMP Ubuntu-server > version, or do > I have do install MYSQL PHP APACHE... by hand? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- ~ Chris "Kyral" Peterman Computer Science Undergraduate Clarkson University Associate Member of the Free Software Foundation Ubuntu Member _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
We use a simple update script in init that curl''s the dom-u''s IP/Mac to a server which fetches a simple text list of packages for aptitude / yum to install, does so .. then removes itself. Crude, but effective provisioning system, very easy to make one with just basic php and sqlite. You really don''t even need sqlite, easy enough to do this with just plain text files, I just like sqlite. This lets me just click what packages my dom-u''s will inherit on first boot. A little easier than making an image for every possible combination :) HTH Tim On Tue, 2006-06-27 at 18:55 -0400, Chris Peterman wrote:> Install mysql-server, apache2, libapache2-mod-php, php5 and some > others. DONE >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users