GithubHelp home page GithubHelp logo

web5design / honcho Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nickstenning/honcho

0.0 3.0 0.0 360 KB

Honcho: a python clone of Foreman. For managing Procfile-based applications.

Home Page: http://pypi.python.org/pypi/honcho

License: MIT License

honcho's Introduction

___           ___           ___           ___           ___           ___

/__ / /__ / /__ /

/:/ / /:: /::| | /:: /:/ / /:

/:/__/ /:/: /: | /:/: /:/__/ /:/:

/:: ___ /:/ : /:/ |__ /:/ : /:: ___ /:/ :

/:/: /__/:/__/ :__/:/ /__/:/__/ :__/:/: /__/:/__/ :__/__:/:/ / : /:/ / /__/:/ / : /__/ /__:/:/ / : /:/ /

::/ / : /:/ / ::/ / : /:/ / :/:/ /

/:/ / ::/ / /:/ / :__ /:/ / ::/ /

/__/ /__/ /__/ /__/ /__/ /__/

Build Status

Honcho is a Python port of Foreman, a tool for managing Procfile-based applications.

Why a port?

Installing Honcho

pip install honcho

If you're one of those sick people who's into this kind of thing, you can probably also easy_install honcho. But please, don't: get with the program.

How to use Honcho

The 30-second version:

  1. Write a Procfile:

    $ cat >Procfile <<EOM
    web: python serve.py
    redis: redis-server
    EOM
  2. Optional: write a .env file to configure your app:

    $ cat >.env <<EOM
    PORT=6000
    REDIS_URI=redis://localhost:6789/0
    EOM
  3. Run the app with Honcho:

    $ honcho start

For more detail and an explanation of the circumstances in which Honcho might be useful, consult the Honcho documentation.

License

Honcho is released under the terms of the MIT license, a copy of which can be found in LICENSE.

honcho's People

Contributors

nickstenning avatar mgax avatar playpauseandstop avatar jezdez avatar flashingpumpkin avatar jeanphix avatar alej0varas avatar hannesstruss avatar jeethu avatar jokull avatar zen4ever avatar yoloseem avatar msabramo avatar miguelgrinberg avatar pombredanne avatar

Watchers

JT5D avatar James Cloos 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.