Coder Social home page Coder Social logo

chief-1's Introduction

Description

Chief is a simple web interface to assist in the deployment of web applications.

Installation

  1. git clone git://github.com/jbalogh/chief.git; cd chief
  2. cp settings.py.dist settings.py
  3. Fill in settings. The "script" will be run in 3 stages:
    1. /usr/bin/commander $script pre_update
    2. /usr/bin/commander $script update
    3. /usr/bin/commander $script deploy
  4. Hook up chief.app to mod_wsgi, gunicorn, etc.

Requirements

Making an RPM

  1. Install fpm
  2. Use fpm like the following example: sudo fpm -s dir -t rpm -n "chief" -v 0.1.2 --url "http://github.com/mozilla/chief/" --provides chief -a all --description "Chief is a simple web interface to assist in the deployment of web applications." --maintainer "[email protected]" -d gunicorn -d python26-redis -d Flask -d python-werkzeug -d python-wtforms -d Jinja2 --prefix "/var/www/chief" --exclude ".git*" /path/to/chief/

Change Log

  • v0.1.4 - fixes bug with history page and unicode characters in redis
  • v0.1.3 - adds support for history pagination, support for arbitrary task runners, and some notification support. Thanks @oremj, @cturra, and @willkg
  • v0.1.2.1 - fix for /chief/ not including a line break, fixes #5
  • v0.1.2 - adds proper index page for /chief/, fixes #3
  • v0.1.1 - adds a logs directory, fixes #2
  • v0.1 - tagged to make an rpm for deployments, by @solarce, fixes #1

chief-1's People

Contributors

cturra avatar jasonthomas avatar mattbasta avatar oremj avatar potch avatar solarce avatar willkg 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.