Giter VIP home page Giter VIP logo

pw's Introduction

PHP Password Manager // ppma

Requirements

  • A webserver like Apache
  • PHP 5.2 or higher
  • MySQL 5.0 or higher

More info / screenshots

You can find more info and screenshots at http://sourceforge.net/projects/ppma/

Installation

  1. uncompress the downloaded archive
  2. upload the extracted files to your webserver
  3. open the ppma-url in your browser (<ppma-URL>/index.php e.g. http://example.com/index.php)
  4. follow the shown setup instructions

Problems

If you have problems with the installation (e.g. a redirect loop) check that all directories are readable by your webserver and the following directories are writable:

  • <ppma-directory>/assets
  • <ppma-directory>/protected/runtime
  • <ppma-directory>/protected/runtime/sessions

For debugging uncomment the following lines in the index.php

//defined('YII_DEBUG') or define('YII_DEBUG',true);
//defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);

Please report founded bugs on https://github.com/pklink/ppma/issues

Building

It is not needed if you download the prebuilt release

git clone https://github.com/pklink/ppma.git
cd ppma/
composer install
npm install
./node_modules/.bin/bower install
./node_modules/.bin/grunt

Upgrading

  1. back up your database
  2. unpack the downloaded ppma-archive
  3. remove the extracted /protected/config/ppma.php
  4. copy/overwrite the unpacked files to your ppma directory
  5. run the upgrade routine in your browser (<ppma-URL>/index.php?r=upgrade e.g. http://example.com/index.php?r=upgrade)

Credits

License

This package is licensed under the BSD License. See the LICENSE file for details.

pw's People

Contributors

itismylife007 avatar jasondayee avatar

Watchers

Pierre Klink avatar James Cloos avatar  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.