summaryrefslogtreecommitdiff
path: root/README.md
authorClipperz <marco@clipperz.com>2011-10-03 15:57:13 (UTC)
committer Clipperz <marco@clipperz.com>2011-10-03 15:57:13 (UTC)
commit487ddcfed5caafbaed1770ab0696cd608b36e4a0 (patch) (unidiff)
treeff160ea3e26f7fe07fcfd401387c5a0232ca715e /README.md
parentef68436ac04da078ffdcacd7e1f785473a303d45 (diff)
downloadclipperz-487ddcfed5caafbaed1770ab0696cd608b36e4a0.zip
clipperz-487ddcfed5caafbaed1770ab0696cd608b36e4a0.tar.gz
clipperz-487ddcfed5caafbaed1770ab0696cd608b36e4a0.tar.bz2
Expanded the README.md file
Reintroduced the Community Edition naming. Added more verbose explanations. Added an hint to the Workgroup Edition. Rename all "licence" occurrences to "license".
Diffstat (limited to 'README.md') (more/less context) (ignore whitespace changes)
-rw-r--r--README.md82
1 files changed, 59 insertions, 23 deletions
diff --git a/README.md b/README.md
index be11d8c..4a7bc47 100644
--- a/README.md
+++ b/README.md
@@ -1,57 +1,93 @@
1# Clipperz Password Manager # 1# ![Clipperz icon][icon] Clipperz Password Manager - COMMUNITY EDITION
2 2
3This is the code of [Clipperz][clipperz] [Password Manager][password-manager]
4 3
5More details 4[Clipperz Community Edition][CE] allows you to host on your own server a web service identical to [Clipperz online password manager][clipperz]. It supports multiple backends (PHP/MySQL, Python/AppEngine, …) and you can contribute your own.
6 5
7ALL the code included in this project, if not otherwise stated, is released with 6Please note that Clipperz Community Edition is not suitable for mass deployments since it lacks several critical capabilities such as bot protection. If you want to offer Clipperz password manager to a wide audience, please wait for the upcoming Provider Edition.
8the AGPL licence (see LICENCE.txt), and all rights are reserved to Clipperz src.
9 7
8In any case if you want to use Clipperz’s software in a commercial, for-profit environment, please contact us to inquire about licensing options for commercial applications.
10 9
11## CONTRIBUTIONS ## 10ALL the code included in this project, if not otherwise stated, is released with the **AGPL v.3 license** (see `LICENSE.txt`), and all rights are reserved to Clipperz Srl.
12 11
13Clipperz is very interested in accepting patches in the form of pull requests, but in
14order to avoid jeopardizing the ownership of the code base, we will require every
15developer to sign Clipperz [Contribution Agreement][contributor-agreement]
16 12
13## Why a Community Edition
17 14
18## BUILDING ## 15But why would you prefer running Clipperz Community Edition from your own server instead of using the free and anonymous online service provided by its developers?
16
17* “Clipperz security architecture is great, but I prefer to store my data on my hardware. I just feel better this way!”
18* “Clipperz is cool, but it would be even cooler it it had a Scala backend. I'm going to write it!"
19* “I would like to modify the look & feel of Clipperz and embed this powerful password manager within my family intranet.”
20* “Clipperz works nicely, but I would love to play with the source code in order to improve feature X and add new features Y and Z.”
21* …
22
23Whatever is your motivation, we would love to hear from you about how and where you use Clipperz Community Edition. [Get in contact!][contact]
24
25
26## Warnings
27
28Please note that Clipperz Community Edition may not be suitable for mass deployments, depending on how robust is the backend you select.
29
30As an example, the current PHP backend lacks several critical capabilities such as bot protection and cuncurrent sessions management.
31
32
33## Community Edition vs Workgroup Edition
34
35This Community Edition is aimed to **individual users**, but you may be interested to know that we are working on a **Workgroup Edition** targeting organizations that need a
36password manager for their workforce (creating and managing employees accounts, defining groups and sharing policies, ...).
37
38The Workgroup Edition development is quite challenging and, while the overall design is already in place, it will still require a fairly large amount of resources for analysis and implementation.
39
40If your organization is interested in such edition, you can subscribe a "pledge" to sustain its development in exchange for a very generous user license with unlimited upgrades and other benefits. Again, [get in contact][contact]!
41
42
43## Contributions
44
45Your contributions to Clipperz Community Edition are very welcome! In order to avoid jeopardizing the ownership of the code base, we will require every developer to sign the Clipperz [Contributor Agreement][CA]
46
47This enables a single entity to represent the aggregated code base and gives the community flexibility to act as a whole to changing situations.
48
49The CA establishes a joint copyright assignment in which the contributor retains copyright ownership while also granting those rights to Clipperz Srl. With the CA in place, the aggregated code base within any Clipperz open source project is protected by both the distribution license and copyright law.
50
51Please [download][CA] and review the Contributor Agreement for a complete understanding of its terms and conditions. You may send your signed and completed CA to Clipperz by scanning your completed form and emailing the image or by fax. Please retain a copy for your records. **Thanks!**
52
53
54## Building
19 55
20In order to build the deployable version, you need to invoke the following command: 56In order to build the deployable version, you need to invoke the following command:
21 57
22 ./scripts/build clean install debug --frontends beta --backends php 58 ./scripts/build clean install debug --frontends beta --backends php
23 59
24
25The output will be available in the `target` folder, with a separate folder for each build backend (initially this will be just a `php` folder). 60The output will be available in the `target` folder, with a separate folder for each build backend (initially this will be just a `php` folder).
26The script, invoked with these parameters, will build both the full version (`install` -> index.html) and the debug version (index_debug.html) of the /beta frontend using the PHP backend. 61The script, invoked with these parameters, will build both the full version (`install` -> index.html) and the debug version (index_debug.html) of the /beta frontend using the PHP backend.
27 62
28At the moment this is the only combination that (kind of) works, but this script will be gradually extended to be able to build also the /gamma frontend (whose code is already in the repository) and possibly also other backends (Python AppEngine being the very first candidate, and a JavaScript version per node.js another interesting option) 63At the moment this is the only combination that works, but this script will be gradually extended to be able to build also the [/gamma frontend][gamma] (whose code is already in the repository) and possibly also other backends (Python AppEngine being the very first candidate, and a Javascript version per node.js another interesting option)
29 64
30 65
31## INSTALLING ## 66## Installing
32 67
33### PHP + MySQL backend ### 68### PHP + MySQL backend
34 69
35At the moment the only backend that the build script can successfully create is the PHP + MySQL one. 70At the moment the only backend that the build script can successfully create is the PHP + MySQL one.
36 71
37#### PHP #### 72#### PHP
38Once the project has been successfully build, the application needs to be moved in a location where the web server can run it. Everything that is needed is located into `target/php`. 73Once the project has been successfully build, the application needs to be moved in a location where the web server can run it. Everything that is needed is located into `target/php`.
39 74
40#### MySQL #### 75#### MySQL
41The application needs a simple MySQL database; to configure all the credentials to access the previously allocated DB, edit the file found in `php/configuration.php`. You need to edit the file actually used by the web server; this will usually be the one moved into the right place in the previous step. 76The application needs a simple MySQL database; to configure all the credentials to access the previously allocated DB, edit the file found in `php/configuration.php`. You need to edit the file actually used by the web server; this will usually be the one moved into the right place in the previous step.
42Once the application is in place, and the DB credentials have been configured, you should initialize the DB itself; in order to do so, just point your browser at the following url: `http://<host>/<path>/php/setup/index.php`. 77Once the application is in place, and the DB credentials have been configured, you should initialize the DB itself; in order to do so, just point your browser at the following url: `http://<host>/<path>/php/setup/index.php`.
43Here you will find the standard [POG][pog] setup page: it should be enough to click the "POG me up!" button at the bottom of the page, and then the "Process" button on the next page. 78Here you will find the standard [POG][pog] setup page: it should be enough to click the "POG me up!" button at the bottom of the page, and then the "Process" button on the next page.
44The POG interface will allow also a very basic access to the DB data that may be useful to check that the application is actually writing something on the DB (even if you will not be able to make much sense out of the data you will see, as they are all encrypted!) 79The POG interface will allow also a very basic access to the DB data that may be useful to check that the application is actually writing something on the DB (even if you will not be able to make much sense out of the data you will see, as they are all encrypted!)
45 80
46More information about bilding the PHP backend may be found in the `doc/install.php.txt` file. 81More information about building the PHP backend may be found in the `doc/install.php.txt` file.
47 82
48 83
49## WARNING ## 84## Disclaimer
50 85
51The resulting application has not been fully tested, so there may be still problems due to the new build script or some other changes that were done due to the new repository structure. So, for the moment, **use it at your own risk!** 86The resulting application has not been fully tested, so there may be still problems due to the new build script or some other changes that were done due to the new repository structure. So, for the moment, **use it at your own risk!**
52 87
53 88[icon]: http://0.gravatar.com/avatar/2a9fae49ced80a42830a206f88ea1022?size=100
54[clipperz]: http://www.clipperz.com 89[CE]: http://clipperz.com/open_source/clipperz_community_edition
55[password-manager]: https://www.clipperz.com/beta 90[clipperz]: http://www.clipperz.com
56[contributor-agreement]: http://www.clipperz.com/open_source/contributor_agreement 91[contact]: http://clipperz.com/contact
57[pog]: http://www.phpobjectgenerator.com/ \ No newline at end of file 92[CA]: http://www.clipperz.com/open_source/contributor_agreement
93[pog]: http://www.phpobjectgenerator.com/ \ No newline at end of file