Skip to content

シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装

License

Notifications You must be signed in to change notification settings

marihachi/Minazuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minazuki (ja)

シンプルな製品ライセンス認証システム「Minazuki」のサーバーサイド実装です。

このアプリケーションは、個人で作成したアプリケーションなどの小規模な製品のライセンス認証サーバを想定して開発されています。もちろんそれ以上の規模でも利用が可能です。

必要環境

  • Node.js (npmも一緒に)
  • MongoDB

使い方

  1. git clone git://github.com/marihachi/Minazuki.git
  2. cd Minazuki
  3. npm i
  4. npm run copy-config
  5. config.json を編集する
  6. npm run start

リファレンスドキュメント

こちら

ライセンス

このソフトウェアは MITライセンス のもとで公開されています。詳しくは LICENSE をご覧ください。



Minazuki (en)

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.

Required environment

  • Node.js (with npm)
  • MongoDB

Usage

  1. git clone git://github.com/marihachi/Minazuki.git
  2. cd Minazuki
  3. npm i
  4. npm run copy-config
  5. Edit config.json
  6. npm run start

Reference Documents

Here

License

This software is released under the MIT license. See LICENSE for details.

About

シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published