1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +00:00

update readme

This commit is contained in:
nishiki 2014-09-12 09:01:01 +02:00
parent 60fa43aef8
commit 901317ca6a

View file

@ -1,20 +1,27 @@
# Manage your passwords! # Manage your passwords!
MPW is a little software which stores your passwords in an GPG encrypted file. MPW is a little software which stores your passwords in an GPG encrypted file.
MPW can synchronize your password with a MPW Server or via SSH. MPW can synchronize your password with a MPW Server or via SSH or via FTP.
# Installation # Installation
You must generate a GPG Key with GPG or with Seahorse (GUI on linux). You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
This program work with ruby >= 1.9 This program work with ruby >= 1.9
* install ruby on your computer
* gem install bundler
* bundle install
or
* bundle install --without ssh # if you don't want synchronize your password via SSH
## On Debian/Ubuntu: ## On Debian/Ubuntu:
* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale * apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale
If you want to synchronize your password via SSH/SCP: If you want to synchronize your passwords via SSH/SCP:
* apt-get install ruby-net-ssh ruby-net-scp * apt-get install ruby-net-ssh ruby-net-scp
For mpw-ssh: For mpw-ssh:
* apt-get install sshpass * apt-get install sshpass