Skip to content
jokajak edited this page Jun 19, 2012 · 3 revisions

Requirements

Building

  1. clone the main branch
    git clone https://github.com/clipperz/password-manager.git
  2. change working directory to the new password-manager folder
  3. build clipperz
    ./scripts/build clean install debug --frontends beta --backends php
  4. you can find the compiled clipperz runtime in the target/php folder

If you have build errors please see issue #13

Please note that clipperz has to be started from the index.html or index_debug.html pages which you can find in the /beta/ directory. You can move the entire contents of the /beta/ directory to the parent folder for easy access.

Clone this wiki locally