Git Product home page Git Product logo

krypton's Introduction

=================================================== Krypton - HKP GPG Keyserver pip install krypton

GPG Keyserver with distribution and Restful interface.

Installation

Software

A note for Ubuntu Users. Please read the following article to get m2crypto installed: http://stackoverflow.com/questions/10553118/problems-installing-m2crypto-on-mint-follow-up

Preparation:


    apt-get install python-dev # To build PIL
    easy_install -U Sphinx # Only for documentation
    apt-get install swig python-m2crypto # to be able to build the M2Crypto Python Library
    pip install git+git://github.com/tspycher/python-pgpdump.git#egg=pgpdump

Krypton Installation:
sudo pip install krypton
sudo cp /etc/krypton/server.conf.default /etc/krypton/server.conf
sudo service krypton start

And to update:dd


    sudo pip install upgrade krypton

Install directly from source:
sudo pip install https://github.com/zerodine/krypton/archive/master.zip#egg=krypton

Mongodb

Follow the instructions for your os.

Setup & run

Create two configuration files based on server.conf.default:

  • server.conf
  • (optional to run tests) server.test.conf

Then start the server with the following command.

python start.py --config server.conf [--port 1234]

=========== Kryptonplus

!This is part is not OpenSource!

Add the follwoing config into your ~/.ssh/config file to get access to the kryptonplus submodule hosted on bitbucket:

Host bitbucket-krypton
    HostName bitbucket.org
    User git
    IdentityFile ~/git-deployment/bitbucket-krypton
    IdentitiesOnly yes

The private key for the git deplyomentkey is on confluence in a gpg encrypted form store. After that, you should be able to update the submodule:

git submodule init
git submodule update

krypton's People

Contributors

tspycher avatar

Stargazers

 avatar  avatar

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.