Do you point Home directory to a different drive?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

When you run Octopus Deploy setup the application installs to you %Program Files%\Octopus Deploy folder. If you installed Octopus Server you will see Server subfolder and if you installed Octopus Tentacle then it will be Tentacle. However, this is a folder where Octopus Deploy bits live, not your applications, packages, etc. Those artifacts live in the Home folder that you specify during the Octopus Setup Wizard the first time you configure the Server/Tentacle.
By default the Home directory points to %SystemDrive%\Octopus which is not great. The main reason is that the Home folder is constantly growing and clogging up your OS drive. So you need to point the Home folder to a new drive e.g. D:\Octopus

![](/uploads/rules/do-you-point-home-directory-in-octopus-deploy-to-different-drive/2016-05-30_12-18-02.png)

<figureEmbed figureEmbed={{
  preset: "badExample",
  figure: 'Bad
Example - Home directory is pointing to %SystemDrive%',
  shouldDisplay: true
} } />


![](/uploads/rules/do-you-point-home-directory-in-octopus-deploy-to-different-drive/2016-05-30_12-29-09.png)

<figureEmbed figureEmbed={{
  preset: "goodExample",
  figure: 'Good Example - Home directory is pointing to another drive',
  shouldDisplay: true
} } />
acknowledgements
related rules