Skip to content

Instantly share code, notes, and snippets.

@PaulStovell
Created April 17, 2015 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulStovell/14e8a4d253d6018ade2b to your computer and use it in GitHub Desktop.
Save PaulStovell/14e8a4d253d6018ade2b to your computer and use it in GitHub Desktop.
Typical Tentacle home directory (C:\Octopus on a web server, for example):
│ DeploymentJournal.xml
│ Tentacle-ApiTest-B.config
├───Applications
│ └───UAT
│ └───Acme.Web
│ ├───3.2.3
│ │ Default.aspx
│ │ Web.config
│ │ Web.Release.config
│ │
│ ├───3.2.4
│ │ Blob.jpg
│ │ Default.aspx
│ │ Web.config
│ │ Web.Release.config
│ │
│ ├───3.2.4_1
│ │ Blob.jpg
│ │ Default.aspx
│ │ Web.config
│ │ Web.Release.config
│ │
│ └───3.2.5
│ Blob.jpg
│ Default.aspx
│ Deploy.sh
│ DeployFailed.sh
│ PostDeploy.sh
│ PreDeploy.sh
│ Web.config
│ Web.Release.config
├───Calamari
│ └───1.0.0.0
│ │ Calamari.exe
│ │ Calamari.pdb
│ │ MarkdownSharp.dll
│ │ MarkdownSharp.pdb
│ │ Microsoft.Web.XmlTransform.dll
│ │ Newtonsoft.Json.dll
│ │ NuGet.Core.dll
│ │ Octostache.dll
│ │ Octostache.pdb
│ │ Sprache.dll
│ │ Sprache.pdb
│ │ Success.txt
│ │
│ └───ScriptCS
│ Autofac.dll
│ Autofac.Integration.Mef.dll
│ Common.Logging.dll
│ ICSharpCode.NRefactory.CSharp.dll
│ ICSharpCode.NRefactory.dll
│ Microsoft.Web.XmlTransform.dll
│ Mono.Cecil.dll
│ Mono.CSharp.dll
│ Newtonsoft.Json.dll
│ NuGet.Core.dll
│ PowerArgs.dll
│ Roslyn.Compilers.CSharp.dll
│ Roslyn.Compilers.dll
│ ScriptCs.Contracts.dll
│ ScriptCs.Core.dll
│ ScriptCs.Engine.Mono.dll
│ ScriptCs.Engine.Roslyn.dll
│ scriptcs.exe
│ scriptcs.exe.config
│ ScriptCs.Hosting.dll
├───Files
│ Acme.Web.3.2.3.nupkg-8f2a3508-aacf-4125-8064-861858a99f66
│ Acme.Web.3.2.4.nupkg-078d5158-c94b-482f-8f4e-6a36cccacd8a
│ Acme.Web.3.2.4.nupkg-65d59a56-d583-4cc2-8aaa-dadc392e8f64
│ Acme.Web.3.2.5.nupkg-a3dfea53-3081-4cbd-9a57-7bbd45dddc7d
├───Logs
│ OctopusTentacle.txt
└───Work
Typical Octopus server home (C:\Octopus)
│ OctopusServer-ApiTest-Primary.config
├───Logs
│ OctopusServer.txt
└───OctopusServer
├───PackageCache
│ └───feeds-sample-packages
│ Acme.Web.3.2.5_0E4BE18336373A4EBEBB4C5BE314ECC4.nupkg
└───Packages
Acme.Service.1.9.5.nupkg
Acme.Web.3.2.4.nupkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment