シンプルな製品ライセンス認証システム「Minazuki」のサーバーサイド実装です。
このアプリケーションは、個人で作成したアプリケーションなどの小規模な製品のライセンス認証サーバを想定して開発されています。もちろんそれ以上の規模でも利用が可能です。
- Node.js (npmも一緒に)
- MongoDB
git clone git://github.com/marihachi/Minazuki.gitcd Minazukinpm inpm run copy-config- config.json を編集する
npm run start
このソフトウェアは MITライセンス のもとで公開されています。詳しくは LICENSE をご覧ください。
Server side implementation of a simple product activation system "Minazuki".
This application is developed assuming an activation server of a small-scale product such as an application created by a individual. Of course it can also be used on a larger scale.
- Node.js (with npm)
- MongoDB
git clone git://github.com/marihachi/Minazuki.gitcd Minazukinpm inpm run copy-config- Edit config.json
npm run start
This software is released under the MIT license. See LICENSE for details.