close

MRBS (Meeting Room Booking System) 是一套由 PHP 開發的會議室預約系統
官網:
https://mrbs.sourceforge.io/
下載位置:
https://sourceforge.net/projects/mrbs/files/
官網DEMO 圖片
MRBS - open source 會議室預約系統

目前最新的版本為 1.7.3
系統需求:
- PHP 5.4.0 or above with MySQL and/or PostgreSQL support
- MySQL (5.5.3 and above) or PostgreSQL 8.2 or above.
- Any web server that is supported by PHP

解壓縮完的目錄結構為
mrbs-1.7.3/
 -> web/

mrbs-1.7.3/ 主要放mrbs 相關設定
請將 apache 的 DoucumentRoot 指向 mrbs-1.7.3/web/

MRBS 支援 DB、LDAP、pop3... 等多種的認證方式
如果要使用MySQL 作為帳號系統,請先執行 tables.my.sql
假設企業內部有現成的 LDAP 或是mail server , 建議可以整合內部的LDAP、ipop3 對於使用者來的好處是,不用再去重新申請帳號或記住多組的帳號密碼,同時也可以降低管理者的負擔

修改方式
vi web/config.inc.php
$auth["type"] = "auth type";

另外還有很多可以客製化修改的參數請參考
web/systemdefaults.inc.php

arrow
arrow
    文章標籤
    mrbs open source
    全站熱搜

    helloworld 發表在 痞客邦 留言(0) 人氣()