cancel
Showing results for 
Search instead for 
Did you mean: 

3.4d y googledocs

borosir
Champ in-the-making
Champ in-the-making
Muy buenas a todos, acabo de instalar alfresco 3.4d y estaba intentando configurar el google doc medante un tutorial que encontre en internet en ingles y no consigo hacerlo funcionar, sera pk esto es para la 3.3?, necesito ayuda gracias.
Alfresco-Google Docs IntegrationSteps For Google Docs Integration in Alfrescothis is integration in alfresco 3.3 versionstep1: Goto tomcat\shared\classes\alfresco\web-extensionrename share-config-custom.xml.sample to share-config-custom.xmlstep2: open share-config-custom.xml file and false to true which is in bold.<google-docs><!–Enable/disable the Google Docs UI integration (Extra types on Create Content menu, Google Docs actions).If enabled, remember to also make sure the gd:googleEditable aspect is made visible in the <aspects> section above.–><enabled>true</enabled><!–The mimetypes of documents Google Docs allows you to create via the Share interface.The I18N label is created from the "type" attribute, e.g. google-docs.doc=Google Docs&trade; Document–><creatable-types><creatable type="doc">application/msword</creatable><creatable type="xls">application/vnd.ms-excel</creatable><creatable type="ppt">application/vnd.ms-powerpoint</creatable></creatable-types></google-docs>step3:add aspect <aspect name="gd:googleEditable" />step4:Add this to your alfresco-global properties# GoogleDocs configurationgoogledocs.googleeditable.enabled=truegoogledocs.username=yourname@youraddress.comgoogledocs.password=yourgooglepasswordlog4j.logger.org.alfresco.repo.googledocs=debugstep5: resart the tomcat server.‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍
1 REPLY 1

borosir
Champ in-the-making
Champ in-the-making
Nadie tiene configurado esta opcion en alfresco?