Giter Site home page Giter Site logo

yulefox / godeploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xarg/godeploy

0.0 1.0 0.0 432 KB

Run fabric scripts. Run them in parallel. Store results for later.

License: MIT License

Shell 2.30% Go 53.35% CSS 0.15% HTML 21.69% JavaScript 22.50%

godeploy's Introduction

godeploy

godeploy is a drop-in web interface for running/monitoring/logging deployment scripts

Just point to the your fabric scripts and logs directories and that's it.

Screenshot godeploy

Installation

go get github.com/xarg/godeploy

Usage

Imagine you have a fabric command:

fab -Hprod1 django.deploy:branch=master

What you need to do now to use run the above fabric script using godeploy is to put it in a bash script:

echo '#!/bin/bash
fab -Hprod1 django.deploy:branch=master' > django_deploy.sh; chmod +x django_deploy.sh

godeploy -dir ./your_fabric_scripts -db /tmp/logs.db

Navigate to: http://localhost:8000/#listJobs and run your script using godeploy

Features

  • Run any bash script in a nice web interface.
  • Realtime feedback (see the progress of your scripts as they execute)
  • Logs (using sqlite3)

Components

  • golang (goroutines to run processes + http server)
  • Twitter Bootstrap
  • Backbone.js

godeploy's People

Contributors

humanfromearth avatar xarg 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.