Giter Club home page Giter Club logo

degitx's Introduction

CI Build white paper document Lines of code Telegram chat

DeGitX - distributed git repository manager, see explanation in the white paper or join Telegram chat to discuss: @cqfn_degit.

Build

Run make to build binaries, they are located at ./target dir.

Install

Download proper binary asset from releases page: https://github.com/cqfn/degitx/releases (e.g. degit_(version)_Linux_x86_64.tar.gz for Linux64 machine). To verify build signature, download checksums.txt, checksums.txt.sig and import GPG by id 84292276B8D114FD450F84C0421ED823A1B750E3 from one of the keyservers, e.g.

gpg --keyserver pgp.mit.edu --recv-keys 84292276B8D114FD450F84C0421ED823A1B750E3

GPG public key from degit-key.pub repository root, then import GPG key into your GPG keychain. After GPG import, verify checksums signature files (downloaded from release assets) using command

gpg --verify checksums.txt.sig

If everithing is OK, verify SHA256 hash of binary asset downloaded (ignore errors for other platform assets):

sha256sum -c checksums.txt

If checksum is OK, extract binary from the archive:

tar -xvzf degit_(version)_(platform).tar.gz

Node Configuration

yaml is the only node configuration format and consist of:

  • version - config format version
  • keys - node crypto keys:
    • alg - key algorithm
    • private - private key location
    • public - public key location

All fields are required.

Contributing

This page will help you with contributing workflow: https://github.com/cqfn/degitx/blob/master/CONTRIBUTING.md

To build the project use make command:

  • make - install all dependencies, generate proto files, run tests and build node
  • make install-deps - install required dependencies
  • make proto - generate protobuf source code
  • make build - build core package
  • make test - run tests
  • make degitx - build node binary
  • make degitx-gitaly - build front-end binary
  • make lint - run linters. golangci-lint required to be installed in advance.
  • make verify - build, test, lint, degitx and degitx-gitaly

degitx's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar g4s8 avatar ilyamoskva avatar ivanbukhtiyarov avatar kirill-h5i avatar orlovm avatar stepanvalyavskiy avatar valerybugakov avatar vtchem 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.