cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying a custom page to Alfresco share

pragashonlink
Champ in-the-making
Champ in-the-making
I had been trying to add a new page to the Alfresco Share UI. But, I never managed to get this working because when ever I deploy the code as a .jar file and restart alfresco I don't see the required content. This sample is given in the Alfresco official docs. Can anybody help identify what I'm doing wrong here. The code I created is attached here.



<strong>alfresco/site-data/pages/home-page.xml</strong>


<page>
    <template-instance>home-page</template-instance>
    <authentication>user</authentication>
</page>
1 REPLY 1

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

You also need to create template-instance and template files. Once you create them you can access the page http://localhost:8080/share/page/pageId

If you want to show the page in customize site, you need to add the page in share-config-custom.xml.

to create page follow the link : http://wiki.alfresco.com/wiki/Share_Custom_Pages