Difference between revisions of "Raisin"

From Xen
m (Resources)
m (Resources)
Line 11: Line 11:
   
 
== Resources ==
 
== Resources ==
* [http://xenbits.xen.org/gitweb/?p=people/sstabellini/raisin.git;a=blob_plain;f=README;hb=HEAD README]
+
* [http://xenbits.xen.org/gitweb/?p=people/sstabellini/raisin.git;a=blob_plain;f=README;hb=HEAD README & USAGE]
 
* [http://xenbits.xen.org/gitweb/?p=people/sstabellini/raisin.git Git repo (unofficial at this stage)]
 
* [http://xenbits.xen.org/gitweb/?p=people/sstabellini/raisin.git Git repo (unofficial at this stage)]
 
* [http://lists.xenproject.org/archives/html/xen-devel/2015-03/msg03805.html Raisin intro (mail)]
 
* [http://lists.xenproject.org/archives/html/xen-devel/2015-03/msg03805.html Raisin intro (mail)]

Revision as of 13:20, 19 June 2015

Overview

The purpose of Raisin is to retrieve and build from source everything needed for a good Xen installation. Today that includes at least Xen, Grub and Libvirt. It can be used to quickly setup a Xen development environment. Optionally it can also install and configure the system for you.

Raisin is meant to be easy to read so that it can be used as a guideline on how to build and configure the system.

Resources