Skip to content
Advertisement

Tag: whm

How to make a ~/public_html in WHM/cPanel symlink

I’m using Rocketeer for deployment on a server that is powered by WHM/cPanel. I’m having an issue where I’m deploying my app to ~/mysite.com where Rockteer adds a version of the site in ~/mysite.com/releases/GIT-COMMIT-HASH and symlinks ~/mysite.com/current to the latest release. I’m trying to figure out how to make ~/public_html for a given user a symlink to this current directory

Advertisement