Martin Cosgrave
Martin Cosgrave
or jdk-oracle for that matter
Adding notes from IRC chat ``` https://forums.alfresco.com/forum/developer-discussions/development-environment/change-share-logout-url-08062013-1357 this could help with getting the logout to redirect back to "/" ah no forget that it calls /dologout, that's what we need...
http://docs.alfresco.com/4.2/concepts/dev-extensions-share-module-autodeploy.html could be relevant
From Angel: > It’s needed an true at https://github.com/share-extras/reset-password-dialog/blob/master/config/alfresco/site-data/extensions/reset-password-module.xml So maybe we can override this when we unpack it?
Yeah they probably set the extension. but there was a bit more conversation in email: Angel: > Regarding this issue (https://github.com/marsbard/puppet-alfresco/issues/81), because of reset-password-dialog addon has no “autodeploy” mark at...
pull requests welcome against this template: https://github.com/marsbard/puppet-alfresco/blob/master/templates/share-config-custom.xml.erb the only thing you need to know about templates is they are ruby ERB templates, you will see the non-templated parts stubbed out...
Hmm I guess that the new Ubuntu update has dropped java 7? Which version of ubuntu are you running?
Update urls.pp: https://github.com/marsbard/puppet-alfresco/blob/master/manifests/urls.pp#L54 Change download path of safe_download to go straight into final place: https://github.com/marsbard/puppet-alfresco/blob/master/manifests/install/mysql.pp#L40 Remove extraction step: https://github.com/marsbard/puppet-alfresco/blob/master/manifests/install/mysql.pp#L46
I thought we provided our own init script but that seems to have been replaced with a call to systemd
looks like port 8009 the tomcat proxy is open which is not a great idea :-P