cancel
Showing results for 
Search instead for 
Did you mean: 

Does Alfresco can create public content

deva850405
Champ in-the-making
Champ in-the-making
Hello, I'm new in alfresco. I'm using Labs to develop a website where all the contents can bee seen by anybody, without enter the login and password. and the contents could be edited by the collaborators.

Anybody have a idea of how can I do it?
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
What sort of content?   What sort of things do you want to use Alfresco for?

Your external web site application could use a proxy account or guest access to access data in Alfresco.
Your collaboraors could use WCM to author and publish their content.

ozkan
Champ in-the-making
Champ in-the-making
Hi deva850405,
Did you find solution your problem ?

openpj
Elite Collaborator
Elite Collaborator
You can store all the public contents inside the space Guest Home and then you can implement your own WebScripts that allow guest users to get contents. The WebScript can execute queries or allow a navigation in the repo.

To allow a public access using WebScript you have to add a new parameter "guest" in the URL:
http://localhost:8080/alfresco/service/public/access/webscript?guest=true

Hope this helps.