Procedure Room Bookings - MRBS 1.2.4 Database: MySQL 10.3.39-MariaDB System: Linux dvhost.mcgill.ca 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue May 14 11:55:25 EDT 2024 x86_64 PHP: 8.0.30
Authentication
How do I login?
Why can't I delete/alter a meeting?
How do I schedule rooms at different sites?
My meeting failed to be created because of "too many entries"!
What happens if multiple people schedule the same meeting?
What is the difference between "Internal" and "External"
How much did the system cost?
How does the system work and who wrote it?
The system is written mostly in PHP, which is an open source programming language that can be embedded in web pages similar in concept to Microsoft active server pages. PHP is especially good at accessing databases.
The database used for the system is either MySQL or PostgreSQL. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server that is also GPL. PostgreSQL is a full-featured multi-user open source Object Relational SQL database server.
The system will run on multiple platforms, including the PC architecture using the Linux operating system. Linux, is a free, open source, unix-like operating system.
The web server being used is yet another piece of free, open source software. The Apache web server is the world's most popular web server.
The bottom line is: Every piece of this system, from the operating system to the application, is completely free - source code and all.