Git Product home page Git Product logo

toolbelt's Introduction

Build Status

Heroku Toolbelt

The Heroku Toolbelt is a package of the Heroku CLI, Foreman, and Git โ€” all the tools you need to get started using Heroku at the command line. The Toolbelt is available as a native installer for OS X and Windows, and is available from an apt-get repository for Debian/Ubuntu Linux.

This repository serves two purposes: 0) a static site with instructions and downloads for the toolbelt packages and 1) tasks to perform the packaging itself. The bin/web script will launch the web site, while the packaging is handled with rake.

Setup

The toolbelt stores download statistics in Postgres:

$ initdb pg
$ postgres -D pg # in a separate terminal
$ createdb toolbelt
$ cat toolbelt.sql | psql toolbelt

The toolbelt site uses heroku-bouncer to synchronize the session with different Heroku properties and track the page visits. In order to do so, set your app as an OAuth client and add a custom SESSION_SECRET env. var.

Run bundle exec rake to run the site's test suite.

Publishing Updates

To publish a new version of Foreman or the Heroku client, simply update the git submodule under the components/ directory and initiate a build of the toolbelt-build job in Jenkins. Note that the version of the Toolbelt is locked to the version of the Heroku client; it is currently impossible to cut a new release of the Toolbelt without a corresponding bump to the Heroku client version number.

Packaging

First pull in the dependencies with bundler, then pull in the submodules for foreman and the heroku CLI client repositories:

$ bundle install
$ git submodule update --init --recursive

The packaging tasks vary by platform:

$ bundle exec rake deb:build # build the apt-get repository
$ bundle exec rake pkg:build # build an OS X .pkg file
$ bundle exec rake exe:build # build an .exe file for Windows

Each one has a corresponding *:release task which also pushes the artifacts up to S3. This requires the HEROKU_RELEASE_ACCESS and HEROKU_RELEASE_SECRET environment variables to be set to the proper AWS credentials.

Windows Packaging

Apart from needing Ruby and Git, a few dependencies must be manually installed.

You also need a copy of the Certificates.p12 file placed in the C drive root and cert's password set in the CERT_PASSWORD environment variable.

Ruby versions

Toolbelt bundles Ruby using different sources according to the OS:

  • Windows: fetches rubyinstaller.exe from S3.
  • Mac: fetches ruby.pkg from S3. That file was extracted from RailsInstaller.
  • Linux: uses system debs for Ruby.

Beta versions

In order to test packaging new Ruby versions or change the way builds happen, it's possible to build beta versions of the Toolbelt, leaving the original files untouched.

To do so, release a pre version of the heroku gem (eg: version it 1.2.3.pre). Then, in the toolbelt repo, update the submodule components/heroku to match that version, and push it in a branch (eg: toolbelt-beta). Now when you request Jenkins to build this branch Toolbelt will generate heroku-toolbelt-beta instead, leaving the original file untouched.

License

The MIT License (MIT)

Copyright ยฉ Heroku 2008 - 2013

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

toolbelt's People

Contributors

adamwiggins avatar bgentry avatar brandur avatar catsby avatar ddollar avatar dominic avatar geemus avatar luislavena avatar mmcgrana avatar raul avatar raulb avatar rwdaigle avatar technomancy avatar

Watchers

 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.