...
5) I edited $ALF_EXT/web-client-confixconfig-custom.xml and changed the <deployment> element to include
...
Code Block |
---|
adduser deploy_bot; (note, this is the WEB SERVER "deploy_bot" account, not the ALFRESCO "deploy_bot" account) mkdir /home/deploy_bot/.ssh; chown deploy_bot /home/deploy_bot/.ssh; chmod 700 /home/deploy_bot/.ssh; cat ~/id_dsa.pub >> /home/deploy_bot/.ssh/authorized_keys chown deploy_bot /home/deploy_bot/.ssh/authorized_keys; chmod 600 /home/deploy_bot/.ssh/authorized_keys; rm ~/id_dsa.pub |
12) I ensured that the deploy_bot account had write access to the deployment destination path:
...