/passwd

Passwordmanager built with Meteor

Primary LanguageCoffeeScript

passwd -- meteor password manager

HOWTO run it

Note: I propose to install the meteor wrapper meteorite (https://github.com/oortcloud/meteorite) instead of meteor. Because meteorite allows to install third party smart packages from https://atmosphere.meteor.com/ and because I don't like to install software via scripts.

MAC

Ubuntu

  • Install git
    • sudo apt-get install git
  • Install NPM
    • sudo add-apt-repository ppa:chris-lea/node.js
    • sudo apt-get update
    • sudo apt-get install npm
  • Install meteorite
    • npm install -g meteorite
  • clone this app
  • run it
    • cd passwd
    • mrt
  • open in your browser http://localhost:3000

Windows

No clue.