Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / INSTALL

commit
02fc1b2867d4
parent
7d9375f894bb
branch
default
tags
revelation-0.3.2

removed loading of druid module, and bumped version to 0.3.2

1
cea4127a11c0
To use Revelation you need to have pygtk 2.0.0, gnome-python 2.0.0
2
cea4127a11c0
and pycrypto 1.9 installed.
3
cea4127a11c0
4
cea4127a11c0
Installation is done using a standard Python setup.py file. Quick
5
cea4127a11c0
instructions are (as root):
6
cea4127a11c0
7
cea4127a11c0
python setup.py build
8
cea4127a11c0
python setup.py install
9
cea4127a11c0
10
b181693cfdc7
Note: if you are reinstalling or upgrading Revelation you may need to use
11
b181693cfdc7
"python setup.py install --force", otherwise the old files will not be
12
b181693cfdc7
replaced.
13
cea4127a11c0