mitro

Repository for all Mitro client & server code

  • 所有者: mitro-co/mitro
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Mitro Password Manager

Mitro saves all your passwords, synchronizes them across all your devices, and lets you share them with others. It has extensions for Chrome, Firefox, and Safari, mobile apps for iOS and Android, and a server to perform the synchronization.

If you are a user, install it from the Mitro web site. If you have any questions, you can ask on the mitro-dev@googlegroups.com mailing list, or send @MitroCo a tweet.

Quick Start

  1. Install dependencies (see browser-ext/README, mitro-core/README) [node, npm, homebrew, java, ant]

  2. Clone repository: git clone https://github.com/mitro-co/mitro

  3. Install browser extension dependencies:

cd mitro
cd browser-ext/api
./build.sh
cd -

4. Run the regression tests to ensure your source tree works:

    ```
cd browser-ext/api/js/cli
./runtests.sh FAST && echo "SUCCESS"
  1. Look for "SUCCESS" on the last line.

  2. Build the browser extension:

cd -
cd browser-ext/login
make release

7. To build Firefox, use `make firefox` and to build Safari use `make safari`.

The extensions will be in the `browser-ext/login/build` directory.


### setup and run emailer

To send device verification emails, we use `emailer/emailer2.py`. Requirements: Postgres with the development libraries (Mac OS X: `brew install postgresql`). This script polls a table in the Postgres database to send email.

#### Configuration:

1. `cd emailer`
2. `./build.sh` to set up Python virtualenv with dependencies
3. To run: `build/venv/bin/python emailer2.py --enable_email --mandrill_api_key=api_key`

主要指標

概覽
名稱與所有者mitro-co/mitro
主編程語言HTML
編程語言Shell (語言數: 17)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2014-07-31 02:13:29
推送於2015-10-10 19:35:53
最后一次提交2015-05-14 22:47:45
發布數0
用户参与
星數1.6k
關注者數76
派生數242
提交數65
已啟用問題?
問題數103
打開的問題數73
拉請求數19
打開的拉請求數4
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?