Last Updated: February 25, 2016
·
1.081K
· mcloide

Make application symbolic links relative paths

This is not a common thing, but if your application needs to use a symbolic link for any reason, make sure that the deploy script can use a relative path instead of absolute one. It can come very handy sometimes.

ln -s $(cd)../path/to/the/symbolic/location symbolic/location