GithubHelp home page GithubHelp logo

runt18 / git-webby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hallison/git-webby

0.0 2.0 0.0 172 KB

Git Smart HTTP Ruby/Sinatra implementation with useful features

Home Page: http://rubygems.org/gems/git-webby

Ruby 100.00%

git-webby's Introduction

Git-Webby - Web smarty for Git

DESCRIPTION

This project was inspired in the Grack Smart-HTTP server handler (written by Scott Chacon) but developed using Sinatra and aims replace the original ‘git-http-backend` including new features.

The main goal of the Git-Webby is implement the following useful features.

  • Smart-HTTP, based on git-http-backend.

  • Authentication flexible based on database or configuration file like .htpasswd.

  • API to get information about repository.

SINOPSIS

Install the Git-Webby using Rubygems.

gem install git-webby

Or fork the project hosted on Github.

git clone https://github.com/codigorama/git-webby.git
...
cd git-webby
rake install

Configure your Rackup file (config.ru) using the following instructions:

# config.ru
require "git/webby"

Git::Webby::HttpBackend.configure do |server|
  server.project_root = "/home/git/repositories"
  server.git_path     = "/usr/bin/git"
  server.get_any_file = true
  server.upload_pack  = true
  server.receive_pack = false
  server.authenticate = true
end

$ rackup --port 2011 --daemonize
$ git clone http://localhost:2011/mycode.git

You can use the .netrc for improve your connection. Put this:

machine <host> login <username> password <password>

The Git-Webby is under development, so there are still many improvements to be made. Please, help us to improve the project with your feedback to issues or sending email to [email protected].

Discuss in Google Groups.

AUTHORS

Written by Hallison Batista <[email protected]>.

BUGS

If you find a bug, please report it at the Git-Webby project’s issues tracker on Github.

LICENSE

Git-Webby is Copyright © 2011 Hallison Batista, Codigorama.

It is free software, and may be redistributed under the terms specified in LICENSE.txt.

git-webby's People

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.