phabalicious icon indicating copy to clipboard operation
phabalicious copied to clipboard

Make `phab shell` go to the working dir of the app

Open joachim-n opened this issue 3 years ago • 1 comments

Some projects using phab are set up in such a way that phab shell starts you in the working dir of the app, which is the root of the Composer project. This is useful because you can immediately run Drush commands, for instance.

On other projects, phab shell takes you to the root user's folder, which means every time you do it you have to remember to cd /var/www.

joachim-n avatar Mar 02 '22 16:03 joachim-n

That rootFolder can be configured in host settings, see https://docs.phab.io/docker-integration.html#a-docker-configuration

mikran avatar Mar 08 '22 12:03 mikran