Giter VIP home page Giter VIP logo

gitgud's Introduction

Git Gud

A GitHub clone written in Elixir with almost no-dependencies.

  • Git HTTP and SSH support.
  • User authentication and permissions.
  • Fully integrated GraphQL API.
  • Customizable Webhooks.
  • Native (NIF) implementation of Git commands.
  • Customizable Git storage backend.
  • Issue tracker, code review, continuous integration, ...

Install dependencies

First, ensure you have Git and libgit2 installed on your system:

OSX

brew install libgit2

Ubuntu

sudo apt-get install libgit2-dev

The former is necessary in temporarily because git-upload-pack and git-receive-pack server side commands use Erlang ports to execute the correspondent binaries. In future versions, those functions will be implemented natively and the dependency to Git will not be required anymore.

Generate SSH public keys

In order to provide SSH as a Git transport protocol, you must generate a valid SSH public key for the server:

ssh-keygen -t rsa -f /tmp/ssh-keys/ssh_host_rsa_key

In your config/config.exs file, add following entry:

config :gitgud, :ssh_key_dir: "/tmp/ssh-keys"

gitgud's People

Contributors

redrabbit avatar

Watchers

Artur Zheludkov 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.