cancel
Showing results for 
Search instead for 
Did you mean: 

Bootstrapping an ACP into the Web Projects space

bdavison
Champ in-the-making
Champ in-the-making
How do I deploy an acp to "Company Home/Web Projects".
is there a ${spaces.content_forms.childname} equivalent for Web Projects? I can't find one referenced anywhere.

What I want to do is deploy a template of a web project to a new installation from an amp file

           <property name="importer" ref="spacesBootstrap"/>
           <property name="bootstrapViews">
              <list>
                 <props>
                    <prop key="path">/${spaces.company_home.childname}</prop>
                    <prop key="location">alfresco/module/siq/bootstrap/CorporateWebsite.acp</prop>
                 </props>
              </list>
           </property>

Thanks,
Bernie.
1 REPLY 1

bdavison
Champ in-the-making
Champ in-the-making
Dont' worry I've found via the Node Browser that /${spaces.company_home.childname}/${spaces.wcm.childname} is what I'm after