forked from google/cauliflowervest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
51 lines (30 loc) · 1.43 KB
/
INSTALL
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
Cauliflower Vest
Cauliflower Vest is App Engine-based escrow solution for enterprise management
of disk encryption technologies for OS X (FileVault 2), Windows (BitLocker),
and Linux (LUKS).
https://github.com/google/cauliflowervest
OVERVIEW
The machine you untarred this distribution onto can become your
administrative workstation for Cauliflower Vest. From here you can setup
configuration, push config and code to your App Engine instance, and build
.DMGs to install on your clients or build into your system image.
ONLINE DOCUMENTATION
Visit the Cauliflower Vest project page for full documentation which will
lead you through the various steps of testing, configuration, and
installation.
The wiki URL is:
https://github.com/google/cauliflowervest/wiki/Introduction
Below are quick overviews of the steps involved to get started.
INSTALLATION
Installation tasks can be grouped into three steps:
* Configuration for your site
* Pushing the server code to your App Engine instance
* Rolling a .dmg to install on your clients
For information on configuration, pushing your server code, and rolling
dmgs, refer our wiki URL.
DEVELOPMENT
To join in on the development with others, see our project page:
https://github.com/google/cauliflowervest
We are happy to accept patches, bug reports, feature enhancements, etc.
Please feel free to join in.
When making patches yourself, it's advised to run unit tests before releasing.