GithubHelp home page GithubHelp logo

fly's Introduction

fly

A command line interface that runs a build in a container with ATC.

A good place to start learning about Concourse is its BOSH release.

Building

Fly is built using Go. Building and testing fly is most easily done from a checkout of concourse.

  1. Check out concourse and update submodules:
git clone --recursive https://github.com/concourse/concourse.git
cd concourse
  1. Install direnv. Once installed you can cd in and out of the concourse directory to setup your environment.

  2. You can now build the the fly binary with go build:

cd src/github.com/concourse/fly
go build
  1. You can also now run tests by installing and running ginkgo:
go get github.com/onsi/ginkgo/ginkgo
ginkgo -r

Installing from the Concourse UI for Project Development

Fly is available for download in the lower right-hand corner of the concourse UI.

fly download links

  1. Navigate to your Concourse instance in the browser, and click the button corresponding to your OS

  2. Move the downloaded file onto your PATH

mv ~/Downloads/fly /usr/bin
  1. Make the fly file executable
chmod +x /usr/bin/fly
  1. Confirm availability with which fly

fly's People

Contributors

7hunderbird avatar amitkgupta avatar arthurhlt avatar challiwill avatar evashort avatar hiremaga avatar jpic avatar krishicks avatar lasred avatar mariash avatar nwdenton avatar robdimsdale avatar ryantang avatar seadowg avatar tanglisha avatar vito avatar xenophex avatar xoebus avatar zachgersh avatar zankich avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.