https://github.com/marihachi/minazuki
シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装
https://github.com/marihachi/minazuki
license-activation license-server mit-license mongodb nodejs web-api
Last synced: about 1 year ago
JSON representation
シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装
- Host: GitHub
- URL: https://github.com/marihachi/minazuki
- Owner: marihachi
- License: mit
- Created: 2016-01-06T04:11:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:14:56.000Z (over 6 years ago)
- Last Synced: 2025-05-06T02:05:10.368Z (about 1 year ago)
- Topics: license-activation, license-server, mit-license, mongodb, nodejs, web-api
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
## リファレンスドキュメント
[こちら](./referenceDocuments/index.md)
## ライセンス
このソフトウェアは MITライセンス のもとで公開されています。詳しくは [LICENSE](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](./referenceDocuments/index.md)
## License
This software is released under the MIT license. See [LICENSE](LICENSE) for details.