2011-03-31 3 views
0

무료 Alfresco 커뮤니티 에디션을 설치하고 즉시 사용할 수있는 콘텐츠 관리 기능을 파악하려고합니다. 폴더와Alfresco : 커뮤니티 에디션이 문서 라이브러리 기능을 제공합니까

  • Structurize 내용 :

    나는 버전 제어 및 몇 가지 기본적인 워크 플로우를 할 수 있지만, 내가이, 내가 공간을 만들고 거기에 내용을 넣을 수 있습니다 발견?
  • 콘텐츠 목록을 탐색하는 동안 필터를 적용 하시겠습니까?

모든 데모 Alfresco 공유에 대한 이의 제기를 보았지만 공유는 comminity 에디션 내에 있습니까 아니면 무료가 아닌 다른 제품입니까?

답변

2

야외 공유로 끝나는 URL을 바꾸면 공유 화면이 자동으로 설치됩니다. 로그인 화면이 생깁니 까?

공유 내에서이 태그를 설정할 수 있으며, 태그는 내용 ....

프레스코 탐색기에서 당신이 카테고리를 사용할 수를 필터링 할 수 있습니다. 편집 세부 정보를 클릭하면 아래에 범주를 추가 할 수있는 패널이 표시됩니다. 당신은 스크린 샷이 문서/책을 볼 수 https://www.packtpub.com/article/implementing-document-management-alfresco-3-2


당신은 웹 확장 폴더에 어딘가에 공유 설정-있는 Custom.xml을 확인할 수 있습니다.

<config evaluator="string-compare" condition="Remote"> 
     <remote> 
      <endpoint> 
       <id>alfresco-noauth</id> 
       <name>Alfresco - unauthenticated access</name> 
       <description>Access to Alfresco Repository WebScripts that do not require authentication</description> 
       <connector-id>alfresco</connector-id> 
       <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> 
       <identity>none</identity> 
      </endpoint> 

      <endpoint> 
       <id>alfresco</id> 
       <name>Alfresco - user access</name> 
       <description>Access to Alfresco Repository WebScripts that require user authentication</description> 
       <connector-id>alfresco</connector-id> 
       <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> 
       <identity>user</identity> 
      </endpoint> 

      <endpoint> 
       <id>alfresco-feed</id> 
       <name>Alfresco Feed</name> 
       <description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description> 
       <connector-id>http</connector-id> 
       <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url> 
       <basic-auth>true</basic-auth> 
       <identity>user</identity> 
      </endpoint> 
     </remote> 
    </config> 

당신은 확인 올바른 프레스코 설치쪽으로 로컬 호스트 점, 다음 괜찮을해야 :

서면 이런 일이 있어야합니다. ip를 입력하지 않으면 Alfresco가 실행 중입니다. Share가 Alfresco와 연결되어 있지 않을 수도 있습니다. 로그 파일이 작동하지 않는 경우 alfresco.log를 표시하십시오.

+0

감사합니다. @Shazada! 멋지지만 설치 후 공유 관리자에 사용할 계정은 무엇입니까? admin/admin은/alfresco에 대해 greate를 수행하지만/share에 대해서는 적용하지 않습니다. –

+0

동일해야합니다! –

+1

그건 사실이야! 관리자가 구성 설정 파일을 어떻게 든 현지화로 관리했지만 해결되지 않았습니다! –