<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Site Bootstrap in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/site-bootstrap/m-p/4008#M1672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Developed by &lt;A href="http://about.me/emmanuel.roux" target="_blank" rel="nofollow noopener noreferrer"&gt;Emmanuel ROUX&lt;/A&gt; &lt;STRONG&gt;Please use GitHub issue tool to post issues.&lt;/STRONG&gt;&lt;/P&gt;&lt;H2&gt;Presentation&lt;/H2&gt;&lt;P&gt;This plugin allows to import a site creation on Alfresco startup but not only on Alfresco installation or upgrade (like the "Sample: Web Site Design Project" site). The creation uses the patch process in order to not execute it several times. This plugin allows to create one or more site(s) and for each site:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create and import some user(s) / group(s)&lt;/LI&gt;&lt;LI&gt;Set user(s) on group(s)&lt;/LI&gt;&lt;LI&gt;Import the site content&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The plugin includes a sample in the folder "src\main\config\alfresco\module\siteBootstrap\sample".&lt;/P&gt;&lt;H2&gt;Installation&lt;/H2&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Get source from Git&lt;/LI&gt;&lt;LI&gt;Run the following command: mvn clean compile package&lt;/LI&gt;&lt;LI&gt;Copy the generated file "siteBootstrapAlfresco.amp" in the "amps" folder of your Alfresco installation&lt;/LI&gt;&lt;LI&gt;Run the following command : ./apply_amps.sh (or apply_amps.bat)&lt;/LI&gt;&lt;LI&gt;Create a file (for example in "tomcat/shared/classes/alfresco/extension/site-bootstrap-context.xml) with the following content:&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt; &amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt; &amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' '&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;&lt;SPAN&gt;'&amp;gt; &amp;lt;beans&amp;gt; &amp;lt;!-- Site creation bootstrap --&amp;gt; &amp;lt;bean id="patch.siteLoadPatch.mySite" class="org.alfresco.plugin.site.bootstrap.SiteLoadBootstrap" parent="basePatch"&amp;gt; &amp;lt;property name="id"&amp;gt;&amp;lt;value&amp;gt;patch.siteLoadPatch.mySite&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt; &amp;lt;property name="description"&amp;gt;&amp;lt;value&amp;gt;patch.siteLoadPatch.description&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt; &amp;lt;property name="disabled"&amp;gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt; &amp;lt;property name="dependsOn" &amp;gt; &amp;lt;list&amp;gt; &amp;lt;ref bean="patch.updateDmPermissions" /&amp;gt; &amp;lt;/list&amp;gt; &amp;lt;/property&amp;gt; &amp;lt;property name="spacesBootstrap" ref="siteLoadBootstrap-Spaces" /&amp;gt; &amp;lt;property name="usersBootstrap" ref="siteLoadBootstrap-Users" /&amp;gt; &amp;lt;property name="siteService" ref="siteService" /&amp;gt; &amp;lt;property name="authorityService" ref="authorityService" /&amp;gt; &amp;lt;property name="behaviourFilter" ref="policyBehaviourFilter" /&amp;gt; &amp;lt;property name="siteName"&amp;gt; &amp;lt;value&amp;gt;mySite&amp;lt;/value&amp;gt; &amp;lt;/property&amp;gt; &amp;lt;property name="bootstrapViews"&amp;gt; &amp;lt;map&amp;gt; &amp;lt;entry key="users"&amp;gt; &amp;lt;props&amp;gt; &amp;lt;prop key="location"&amp;gt;alfresco/extension/Users_mySite.acp&amp;lt;/prop&amp;gt; &amp;lt;/props&amp;gt; &amp;lt;/entry&amp;gt; &amp;lt;entry key="people"&amp;gt; &amp;lt;props&amp;gt; &amp;lt;prop key="location"&amp;gt;alfresco/extension/People_mySite.acp&amp;lt;/prop&amp;gt; &amp;lt;/props&amp;gt; &amp;lt;/entry&amp;gt; &amp;lt;entry key="groups"&amp;gt; &amp;lt;props&amp;gt; &amp;lt;prop key="location"&amp;gt;alfresco/extension/Groups_mySite.txt&amp;lt;/prop&amp;gt; &amp;lt;/props&amp;gt; &amp;lt;/entry&amp;gt; &amp;lt;entry key="contents"&amp;gt; &amp;lt;props&amp;gt; &amp;lt;prop key="location"&amp;gt;alfresco/extension/Content_mySite.acp&amp;lt;/prop&amp;gt; &amp;lt;/props&amp;gt; &amp;lt;/entry&amp;gt; &amp;lt;/map&amp;gt; &amp;lt;/property&amp;gt; &amp;lt;/bean&amp;gt; &amp;lt;/beans&amp;gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Restart Alfresco&lt;/LI&gt;&lt;LI&gt;Your site will be created&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 19.5066%;"&gt;&lt;/TH&gt;&lt;TH style="width: 78.7972%;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Owner&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;B&gt;Emmanuel Roux&lt;/B&gt;‌&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Versions&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enterprise 4.0.x&lt;/P&gt;&lt;P&gt;Enterprise 4.1.x&lt;/P&gt;&lt;P&gt;Enterprise 4.2.x&lt;/P&gt;&lt;P&gt;Enterprise 5.0.x&lt;/P&gt;&lt;P&gt;Enterprise 5.1.x&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;License Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Project Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="https://github.com/rouxemmanuel/SiteBootstrapAlfresco" title="https://github.com/rouxemmanuel/SiteBootstrapAlfresco" rel="nofollow noopener noreferrer"&gt;GitHub - rouxemmanuel/SiteBootstrapAlfresco: Enable site bootstrap in Alfresco not only on Alfresco install or upgrade&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Download Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="https://github.com/rouxemmanuel/SiteBootstrapAlfresco" title="https://github.com/rouxemmanuel/SiteBootstrapAlfresco" rel="nofollow noopener noreferrer"&gt;GitHub - rouxemmanuel/SiteBootstrapAlfresco: Enable site bootstrap in Alfresco not only on Alfresco install or upgrade&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Tags&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;bootstrap site&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Component Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Integration&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Extension Points&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Installation&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;AMP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Products&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Repository&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 18:13:51 GMT</pubDate>
    <dc:creator>alfresco</dc:creator>
    <dc:date>2018-06-19T18:13:51Z</dc:date>
    <item>
      <title>Site Bootstrap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/site-bootstrap/m-p/4008#M1672</link>
      <description>Developed by Emmanuel ROUX Please use GitHub issue tool to post issues.PresentationThis plugin allows to import a site creation on Alfresco startup but not only on Alfresco installation or upgrade (like the "Sample: Web Site Design Project" site). The creation uses the patch process in order to not</description>
      <pubDate>Tue, 19 Jun 2018 18:13:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/site-bootstrap/m-p/4008#M1672</guid>
      <dc:creator>alfresco</dc:creator>
      <dc:date>2018-06-19T18:13:51Z</dc:date>
    </item>
  </channel>
</rss>

