summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKwadronaut <kwadronaut@leap.se>2012-10-24 15:13:42 +0200
committervarac <varacanero@zeromail.org>2012-10-25 09:38:23 +0200
commit2b9c04a66cdc591be22800fcbcf3010517d95e94 (patch)
treefd779f239358f62e469a87b04878dd12d1bd1739 /README.md
parent69c456f5a16fa4484754a809ded93ddd554b1d16 (diff)
Adding getting started content, needs more cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md76
1 files changed, 76 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6be733cb..9dc3470e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,79 @@
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 packages 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. Eventually this will be consolidated on the website https://leap.se
+
+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 OpenVPN, DNS, CouchDB and a webapp to administer your users (billing, help tickets,...).
+
+To get started you will need to have git, ruby1.8, rails, rubygems, bundler, ruby1.8-dev, libgpgme-ruby.
+
+Configuration
+-------------
+Edit config/
+
+
+Installation
+------------
+
+- Edit /etc/leap/hieradata/common.yaml for your needs
+- Run the deploy.sh script as root
+
+git clone ssh://gitolite@leap.se/leap_platform
+git clone ssh://gitolite@leap.se/leap_cli
+
+ cd leap_cli
+
+ bundle
+
+ cd ..
+
+git clone ssh://gitolite@leap.se/leap_testprovider
+ln -s /home/me/dev/leap_cli/bin ~/bin # or whatever to have leap_cli/bin/leap in your path.
+cd leap_testprovider
+ln -s ../leap_platform .
+cd leap_testprovider/provider
+leap help
+leap clean
+leap compile
+leap add-user --self
+
+More Information
+----------------
+For more information about the LEAP Encryption Access Project, please visit the website https://leap.se which also lists contact data.
+
+
+Following needs to be written:
+
+Copyright/License
+-----------------
+
+Read LICENSE
+
+Known bugs
+----------
+
+Troubleshooting
+---------------
+
+Changelog
+---------
+
+
+Authors and Credits
+------------------
+
+a file manifest
+