Giter VIP home page Giter VIP logo

schatt / mitro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitro-co/mitro

0.0 2.0 0.0 77.43 MB

Repository for all Mitro client & server code

License: GNU General Public License v3.0

Shell 0.37% JavaScript 10.68% Python 2.64% Makefile 0.52% HTML 44.55% CSS 9.04% Go 0.11% Java 16.22% Tcl 0.91% C++ 13.27% C 0.11% nesC 0.10% Objective-C++ 0.60% Objective-C 0.79% Thrift 0.06% Protocol Buffer 0.01% Nginx 0.02%

mitro's Introduction

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 [email protected] 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's People

Contributors

vijayp avatar evanj avatar ghoublai-khan avatar mitro-co avatar denadai2 avatar bgw avatar ahilss avatar vocatan avatar lanzaa avatar marcoamorales avatar mdaniel avatar riquito avatar shanewho avatar vially avatar

Watchers

Drew Schatt avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.