Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 771 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 771 Bytes

Container for developing and testing PGPG

Installation

  • First install ds: https://github.com/docker-scripts/ds#installation

  • Then get the scripts from github:

    git clone --branch bionic \
        https://github.com/easygnupg/pgpg-ds \
        /opt/docker-scripts/pgpg-bionic
    
  • Create a directory for the container: ds init pgpg-bionic @pgpg-bionic

  • Fix the settings: cd /var/ds/pgpg-bionic/ ; vim settings.sh

  • Get pgpg: git clone --branch gnupg-2.2 https://github.com/easygnupg/pgpg

  • Create the container: ds make

  • Install egpg inside the container: run make inside the container

Other commands

ds stop
ds start
ds shell
ds help

ds jekyll
ds inject run-tests.sh