Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You should take a look at the <code>Sitecore.Install.PackageGenerator</code> class in the Sitecore.Kernel to see how you may go about creating traditional Sitecore packages.</p> <p>However, you are looking to do this outside of a website context. How do you plan on getting items into the package if you don't have access to the Sitecore web site in which they exist? Before you try to create a package on your CI server I would think you would need to get the Sitecore items into source control so that you can work with them.</p> <p>I think you have two real options here.</p> <ol> <li>Roll your own solution, leveraging serialization APIs, for getting Sitecore items into source control and moving between environments</li> <li>Hedgehog Development's <a href="http://teamdevelopmentforsitecore.com" rel="noreferrer">Team Development for Sitecore</a></li> </ol> <p>For more information on Sitecore serialization please check out the <a href="http://sdn.sitecore.net/Reference/Sitecore%206/Serialization%20Guide.aspx" rel="noreferrer">Sitecore Serialization Guide</a>. Specifically, check out how Sitecore envisions you use "Sitecore Serialization with a Source Control System"</p> <p>Also, do some digging around for others who have rolled their own solution around serialization. For instance, <a href="http://mcore.wordpress.com/2009/03/17/sitecore-serialization-for-version-control/" rel="noreferrer">http://mcore.wordpress.com/2009/03/17/sitecore-serialization-for-version-control/</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload