Skip to content

davidagraf/passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:3000

Windows

No clue.

About

Passwordmanager built with Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published