MRBS: Introduction What is MRBS? MRBS is a free, GPL, web application using PHP and MySQL pgsql for booking meeting rooms or other resources Some features: Web Intranet based - Available from any workstation through a Browser Simple to follow, Web based options
MRBS: Download - SourceForge Just find the latest release and click the "Download" link by the "mrbs" package like this : Alternatively you can get MRBS from the GitHub repository Releases are currently made from the 'main' branch
MRBS: Demo - SourceForge The installations are a standard installation of MRBS, using the simpler 'config' authentication system, to stop people deleting users You can use the area room configuration system, although we'd prefer it if you didn't delete other users' configuration!
MRBS: Documentation : INSTALL - SourceForge See the PHP (www php net), MySQL (www mysql com), and PostgreSQL (www postgresql org) sites for more info on setting these up You need to know how to install, secure, run, maintain, and back up your chosen database system MRBS also requires that
MRBS: Documentation - SourceForge This is all taken from the source distribution Documentation is good! Please contribute more! README INSTALL UPGRADE AUTHENTICATION LANGUAGE
MRBS: Documentation : AUTHENTICATION - SourceForge It works by storing the list of users in a new table called mrbs_users in the mrbs database The authentication is done by the class \MRBS\Auth\AuthDb Enable it by setting $auth["type"]="db" in config inc php
MRBS: Documentation : UPGRADE - SourceForge MRBS database upgrades are in general not backwards compatible, ie you won't be able to run an older version of MRBS against a later version of the database You may therefore choose to make a copy of the database for test purposes and check that the upgrade process works before performing the upgrade on your production database
MRBS: Contact - SourceForge The preferred method of getting support from the MRBS development team is via the GitHub issue tracker Please do not contact the MRBS developers or administrators directly - we generally only work on MRBS in our spare time, and prefer not to receive personal email from users directly
MRBS: Screenshots - SourceForge Some screen shots They are taken from Firefox, but the screens in Internet Explorer, Safari, Chrome, Opera and Konqueror are all very similar