summaryrefslogtreecommitdiff
path: root/README.md
blob: c41e27c7ea251ea1931db8367020baa6eb422d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
=============
Leap Platform
=============

What is it?
===========

The LEAP Provider Platform is the server-side part of the LEAP Encryption Access Project that is run by service providers. It consists of a set of complementary modules and recipes to automate the maintenance of LEAP services in a hardened GNU/Linux environment. LEAP makes it easy and straightforward for service providers and ISPs to deploy a secure communications platform for their users.

The LEAP Platform is essentially a git repository of puppet recipes, with a few scripts to help with bootstrapping and deployment. A service provider who wants to deploy LEAP services will clone or fork this repository, edit the main configuration file to specify which services should run on which hosts, and run scripts to deploy this configuration.

Documentation
=============

Most of the current documentation can be found in Readme files of the different pieces. This will be consolidated on the website https://leap.se soon.

Requirements
============

This highly depends on your (expected) user base. 
For a minimal test or develop install we recommend a fairly recent computer x86_64 with hardware virtualization features (AMD-V or VT-x) with plenty of RAM. 
You could use Vagrant or KVM to simulate a live deployment.

For a live deployment of the platform the amount of required (virtual) servers depends on your needs and which services you want to deploy. 
In it's initial release you can deploy Tor, OpenVPN, CouchDB and a webapp to administer your users (billing, help tickets,...).
While you can deploy all services on one server, we stronly recommend to use seperate servers for better security.


Usage
=====

As mentioned above, Leap Platform are the server-side Puppet manifests, for deploying a service provider, you need the leap command line interface, 
available here: https://github.com/leapcode/leap_cli

We strongly recommend to follow the `Quick Start` Documentaion which can be found on the website https://leap.se


Clone leap_platform and its submodules
--------------------------------------

    git checkout develop

Initialize Submodules:

    git submodule update --init


More Information
================

For more information about the LEAP Encryption Access Project, please visit the website https://leap.se which also lists contact data.


Copyright/License
-----------------

Read LICENSE


Known bugs
----------

* currently none known, there will probably be some around !

Troubleshooting
---------------

Visit https://leap.se/en/development for contact possibilities.

Changelog
---------

For a changelog of the current branch:

    git log 

Authors and Credits
------------------

See contributors: 

    git shortlog -es --all