-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (23 loc) · 733 Bytes
/
README
File metadata and controls
30 lines (23 loc) · 733 Bytes
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
Initialize dev environment:
----------------------
1) Create virtualenv
$ virtualenv -p /usr/bin/python3.6 virtualenv
$ source virtualenv/bin/activate
2) Install packages
$ pip install -e .
Load dev environment:
-----------------------
Load virtualenv:
$ source virtualenv/bin/activate
Upload to pip:
-----------------------
$ rm -rf dist
$ python setup.py sdist
$ python setup.py bdist_wheel
$ twine upload dist/*
Creating new fixtures:
-----------------------
1. Create plaintext tar fixture
$ cryfs-e2etest-create-data-tar /path/to/datadir myfixture_data.tar
2. Create ciphertext tar fixture
$ cryfs-e2etest-create-encoded-tar myfixture_data.tar myfixture_cryfs_encoded.tar --cryfs-executable=/usr/local/bin/cryfs