Skip to content

Commit

Permalink
how to start new gws-tenant (#224)
Browse files Browse the repository at this point in the history
* use 'bundle exec rake' instead of 'bin/rake'

* add how to start gws new tenant
  • Loading branch information
sunny4381 authored Dec 26, 2023
1 parent 27815ac commit 00d159a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ title: SHIRASAGI 開発マニュアル
## 利用手順

- [グループウェアの始め方](start/gws.html)
- [グループウェアの新しいテナントの作成方法](start/gws_new_tenant.html)
- [ウェブメールの始め方](start/webmail.html)

## 機能と設定
Expand Down
14 changes: 14 additions & 0 deletions start/gws_new_tenant.md
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のグループにアクセスし、設定していく。

0 comments on commit 00d159a

Please sign in to comment.