Skip to content

Data Management Plan (DMP) を GakuNin RDM と連携して保存・編集できる Web アプリケーション

License

Notifications You must be signed in to change notification settings

NII-DG/dmp-editor

Repository files navigation

DMP-editor

Data Management Plan (DMP)GakuNin RDM と連携して保存・編集できる Web アプリケーション

GitHub Pages 環境として、https://nii-dg.github.io/dmp-editor/ が用意されています。

Deploy

ローカル環境で DMP-editor を実行するには、以下のコマンドを実行します。

docker network create dmp-editor-network
docker compose up -d

# ブラウザで localhost:3000 にアクセス

Development

開発環境のセットアップ:

docker network create dmp-editor-network
docker compose -f compose.dev.yml up -d --build
docker compose exec app npm run dev

Release

新しいバージョンをリリースするには、以下のスクリプトを実行します。

bash release.sh <version>

# 1. 設定ファイルのバージョンを更新
# 2. `git commit`, `git tag`, `git push`
# 3. GitHub Actions により以下が自動生成・公開される:
#    - Docker イメージ
#    - GitHub Release
#    - GitHub Pages

License

This project is licensed under Apache-2.0. See the LICENSE file for details.

About

Data Management Plan (DMP) を GakuNin RDM と連携して保存・編集できる Web アプリケーション

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors