Capistrano Deployment
- SSH into your Accelerator as the user that capistrano will use to deploy
- touch ~/.ssh/environment
- paste the following into the environment folder
PATH=/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin
- sudo nano /etc/ssh/sshd_config
- at the bottom, paste
PermitUserEnvironment yes
- sudo svcadm restart network/ssh
reference benr’s original post for normal Accelerators with blastwave: