Open Sesame

Account information management tool.

This project is maintained by liuxd

Open Sesame

Feature

Requirements

Installation

git clone git@github.com:open-sesame/OpenSesame.git
cp dev/config.ini.sample src/config.ini
cd open-sesame/dev
php phar-packer.php --name=os --path=../src/
nohup php -S 0.0.0.0:8000 os.phar > /dev/null &

Then visit http://localhost:8000.

Usage

Two modes : Web PageCommand Line

asciicast

Development

- Debug mode -

- Code Style -

- Aided Tools -

- Deployment -

- Release -