Concourse Installing and Setup [MAC and Windows]

#  Councourse Setup -->

Official Docs - https://concourse-ci.org/



https://your_concourse_url
curl -Lo concourse https://github.com/concourse/concourse/releases/download/v3.10.0/concourse_darwin_amd64 && chmod +x concourse && mv concourse /usr/local/bin
curl -Lo fly https://github.com/concourse/concourse/releases/download/v3.10.0/fly_darwin_amd64 && chmod +x fly && mv fly /usr/local/bin/
brew install postgres
concourse --version fly --version

Windows

Windows

If your local computer runs Windows, hit the Windows key on your keyboard, type powershell, and hit ENTER.
In the window that appears, make a bin folder by typing:
mkdir bin
Next, move the fly.exe file from your Downloads folder to the new bin folder by typing:
mv Downloads/fly.exe bin

Check whether you have a PowerShell profile already available:
Test-Path $profile

If the response is True, you already have a profile.
If the response is False, you will need to create one by typing:
New-Item -path $profile -type file -force
Output
Directory: C:\User\Sammy\Documents\WindowsPowerShell Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 7/9/2017 5:46 PM 0 Microsoft.PowerShell_profile.ps1
Once you have a profile, edit it with your editor:
notepad.exe $profile
In the editor window (which will be blank if you had to create your profile), add the following line:
Microsoft.PowerShell_profile.ps1
Save and close the file when you are finished.
$env:path += ";C:\Users\Sammy\bin"
Next, set the execution policy to "RemoteSigned" for the current user to allow PowerShell to read the profile:
Set-ExecutionPolicy -scope CurrentUser RemoteSignedFinally, source the PowerShell profile by typing:
. $profile
You should now be able to call the fly.exe executable from any location. Test this by having the binary print its version:
fly.exe --version
Output3.3.1
Throughout this guide, you will need to replace each instance of the fly command with fly.exe to match the Windows command.

Comments

Popular posts from this blog

A Ten Year Journey: How SEO PowerSuite Has Kept Its SEO Tools Current

Create Separate Contact Page in Blogger

HACK WEBSITE USING SQLMAP | KALI LINUX - BACKTRACK