<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - devops:octopus</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-17T15:00:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/devops/octopus/environments"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/devops/octopus/overview"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/devops/octopus/project"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/devops/octopus/release"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/devops/octopus/why"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/devops/octopus/environments">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Environments Within Octopus Deploy</title>
        <link>https://prod.jnet.julianscorner.com/devops/octopus/environments</link>
        <description>Environments Within Octopus Deploy

OctopusDeploy consists of several environment to deploy to...

I typically create DEV, QA, UAT, PROD.
Create each by :

	*  Click on the Environments tab
	*  Click Add Environment to create the new environment.

These environments represent the following:</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/devops/octopus/overview">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Octopus Deploy Overview</title>
        <link>https://prod.jnet.julianscorner.com/devops/octopus/overview</link>
        <description>Octopus Deploy Overview

Physical


 Database  Contains the deployment configurations.  Server  Host the UI Dashboard and to manage the deploy configurations and host NuGet deployment packages.  Tentacle  Windows Service on the deployment target that manages communication with the Server.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/devops/octopus/project">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Creating Octopus Deploy Projects</title>
        <link>https://prod.jnet.julianscorner.com/devops/octopus/project</link>
        <description>Creating Octopus Deploy Projects

At the heart of Octopus Deploy is the project.

To create a project:

	*  Click on Project tab.
	*  Click on Add Project button.
	*  Name the project appropiately and provide a description if wanted...
	*  Select the Lifecycle of the project if different than the default one.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/devops/octopus/release">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Creating Octopus Deploy Releases</title>
        <link>https://prod.jnet.julianscorner.com/devops/octopus/release</link>
        <description>Creating Octopus Deploy Releases

To create a release, you must first have a package... There are several ways to create one:

	*  Manual
	*  NuGet.exe
	*  Octo.exe
	*  OctoPack

After you have the package:

	*  On the projects page, click Create Release</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/devops/octopus/why">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Why should I use a Continuous Deployment Server?</title>
        <link>https://prod.jnet.julianscorner.com/devops/octopus/why</link>
        <description>Why should I use a Continuous Deployment Server?

You most likely already have an automated build/continuous integration server. It will compile your code. It will run your tests: unit, integration, and acceptance. At this point, you might be inclined to think that it can also deploy directly to your various environments as well. However, most build servers only offer you the ability to run a script independent of whether that script is a script to compile the code or some other arbitrary set of…</description>
    </item>
</rdf:RDF>
