Skip to content

aaalgo/gbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to

Client Side Setup

    1. Background

A GPG key is identified by a 8-letter string locally ($GPGKEY) and by email address when talking between two parties.

    1. Setup GPG
gpg --generate-key
    1. Send public key to server
gpg --output - --export -a $GPGKEY
    1. Set up GBS script

Put gbs script to working directory; edit it to setup the RECIPIENT and URL. RECIPIENT is the email ID.

Server Side Setup

    1. Clone the project
    1. Update config.py
PROJECT=project_name
    1. Import public key
gpg --import <pub_key_file>
gpg --edit-key <recient@email> trust

About

git bundle server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages