-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use 'bundle exec rake' instead of 'bin/rake' * add how to start gws new tenant
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: グループウェアの新しいテナントの作成方法 | ||
--- | ||
|
||
## 新しいテナントの作成手順 | ||
|
||
1. システム管理者でシラサギにログインし、システム設定 - グループとメニューをたどり、新しいグループを作成する。 | ||
2. 同じく、システム管理者でシラサギにログインし、システム設定 - ユーザーとメニューをたどり、1で作成したグループの管理ユーザーを新規作成するか、既存のユーザーを編集し、「グループ」に1で作成したグループを追加する。 | ||
3. Rake Task "gws:set_admin_role" を実行し、2で作成した管理ユーザーを1で作成したグループの管理者として設定する。 | ||
~~~ | ||
$ bundle exec rake gws:set_admin_role user=管理ユーザーID site=新しいグループ名 | ||
~~~ | ||
4. 2 で作成した管理ユーザーでシラサギにログインしなおし、1のグループにアクセスし、設定していく。 |