Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ __pycache__/
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
Expand Down
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# WEKO3

TODO: WEKO3の説明等をまとめる。

## ディレクトリ構造(整理中)

```
.
├── build : 環境構築用ファイル
│ ├── data : 環境構築用データ
│ ├── images : Dockerイメージ
│ ├── scripts : 環境構築スクリプト
│ └── README.md : 構築手順
├── dev : 開発用ファイル群(開発用イメージには含める)
│ └── README.md : 説明
├── modules : モジュール(イメージに含める)
│ ├── cookiecutter-weko-module
│ ├── invenio-accounts
│ ├── ~省略~
│ └── weko-workspace
├── tools : ツール(イメージに含める)
├── utils : その他のツール(イメージに含めない)
├── update : アップデート用
│ ├── x.x.x : 一つ前からのアップデート用ファイル群(イメージに含める)
│ └── old : 過去のアップデート用(イメージに含めない)
│ └── x.x.x : vx.x.xのアップデート用ファイル群(イメージに含めない)
├── CHANGELOG_ja.md
├── CHANGELOG.md
├── LICENSE
└── README.md             : このファイル
```
11 changes: 11 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 環境構築手順

TODO: 環境構築手順を説明する。

## ディレクトリ構造

```
.
└── data
└── restricted_access.sql : 利用申請機能用初期データ
```
1,546 changes: 1,546 additions & 0 deletions build/data/restricted_access.sql

Large diffs are not rendered by default.

Loading