Octopus Set Up and Configuration on Windows 10
Octopus Deploy is an automated deployment and
release management server. It is designed to simplify deployment of ASP.NET
applications, Windows Services and databases.
First you need to download octopus on your
local system or cloud from below URL.
Download for 64 or 32 bit as per your
available system.
After downloading the trail version you just
create the trial key with filling few basic information on same browser.
Now you will get trial key on your email and
in next window as well. To start installation on your local system just click
on msi file downloaded from octopus site.
After installing the octopus you just start
octopus and enter required information in first screen to validate the license
key. After this step give path for deployment packages and other settings.
In next screen select service account so here
I am selecting local user system account for my requirement.
Time to fill data base connection information.
You need to fill data base server name and credentials as well. Other than
credentials it requires to select database where you want to save octopus
related information.
Set the virtual directory name for octopus
deploy server.
Set the Authentication to interact with users
on octopus server.
After filling all information regarding
authenticate user on octopus deployment server click on install button to
complete the installation on your system.
Once installation is completed then you will
see octopus browser which have information for web portal, storage etc.
Basic setup of octopus is done. Let’s start
work on deployment of your project. In my next article I will try to deploy dot net core project using octopus.
Happy Learning!!!
Comments
Post a Comment