104 lines
5.2 KiB
Markdown
104 lines
5.2 KiB
Markdown
<div align="center">
|
|
<a href="https://www.QloApps.com"><img src="https://forums.QloApps.com/assets/uploads/system/site-logo.png?v=hkl8e1230fo" alt="QloApps"></a>
|
|
<br>
|
|
<p>
|
|
<b>QloApps - An open source and free platform to launch your own hotel booking website</b>
|
|
</p>
|
|
</div>
|
|
|
|
<p align="center">
|
|
<a href="https://QloApps.com/download/"><img src="https://img.shields.io/badge/Download-Download%20QloApps%20-brightgreen" alt="Download"></a>
|
|
<a href="https://QloApps.com/qlo-reservation-system/"><img src="https://img.shields.io/badge/Documentation-Blog-yellowgreen" alt="Documentation"></a>
|
|
<a href="https://forums.QloApps.com/"><img src="https://img.shields.io/badge/Forum-Help%2FSupport-green" alt="Forum"></a>
|
|
<a href="https://QloApps.com/addons/"><img src="https://img.shields.io/badge/Addons-Plugins-blueviolet" alt="Addons"></a>
|
|
<a href="https://QloApps.com/contact/"><img src="https://img.shields.io/badge/Contact-Get%20In%20Touch-blue" alt="Contact us"></a>
|
|
<a href="/LICENSE.md"><img src="https://img.shields.io/badge/License-OSL%20V3-green" alt="License"></a>
|
|
</p>
|
|
|
|
## Topics
|
|
- [Topics](#topics)
|
|
- [Introduction](#introduction)
|
|
- [Requirements](#requirements)
|
|
- [Hosted Server Configurations](#hosted-server-configurations)
|
|
- [Local Server Configurations](#local-server-configurations)
|
|
- [Installation and Configuration](#installation-and-configuration)
|
|
- [License](#license)
|
|
- [Security Vulnerabilities](#security-vulnerabilities)
|
|
- [Documentation & Demo](#documentation--demo)
|
|
- [QloApps Documentation](#QloApps-documentation)
|
|
- [QloApps Demo](#QloApps-demo)
|
|
- [Contribute](#contribute)
|
|
- [Credits](#credits)
|
|
|
|
|
|
### Introduction
|
|
|
|
QloApps is one kind of a true open-source hotel reservation system and a booking engine. The system is dedicated to channeling the power of the open-source community to serve the hospitality industry.
|
|
|
|
From small independent hotels to big hotel chains, QloApps is a one-stop solution for all your hotel business needs.
|
|
|
|
You will be able to launch your hotel website, showcase your property and take and manage bookings.
|
|
|
|
### Requirements
|
|
|
|
In order to install QloApps you will need the following server configurations for hosted and local serves.
|
|
The system compatibility will also be checked by the system with installation and if the server is not compatible then the installation will not move ahead.
|
|
|
|
#### Hosted Server Configurations
|
|
|
|
* **Web server**: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS
|
|
* **PHP version**: PHP 5.6+ to PHP 7.4
|
|
* **MySQL version**: 5.1+ to 5.7 installed with a database created
|
|
* SSH or FTP access (ask your hosting service for your credentials)
|
|
* In the PHP configuration ask your provider to set memory_limit to "128M", upload_max_filesize to "16M" , max_execution_time to "500" and allow_url_fopen "on"
|
|
* SSL certificate if you plan to process payments internally (not using PayPal for instance)
|
|
* **Required PHP extensions**: PDO_MySQL, cURL, OpenSSL, SOAP, GD, SimpleXML, DOM, Zip, Phar
|
|
|
|
#### Local Server Configurations
|
|
|
|
* **Supported operating system**: Windows, Mac, and Linux
|
|
* **A prepared package**: WampServer (for Windows), Xampp (for Windows and Mac) or EasyPHP (for Windows)
|
|
* **Web server**: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS
|
|
* **PHP**: PHP 5.6+ to PHP 7.4
|
|
* **MySQL** 5.1+ to 5.7 installed with a database created
|
|
* In the PHP configuration, set memory_limit to "128M", upload_max_filesize to "16M" and max_execution_time to "500"
|
|
* **Required PHP extensions**: PDO_MySQL, cURL, OpenSSL, SOAP, GD, SimpleXML, DOM, Zip, Phar
|
|
|
|
### Installation and Configuration
|
|
|
|
**1.** You can install QloApps easily after downloading QloApps. There are easy steps for the installation process. Please visit [QloApps Installation Guide](https://QloApps.com/install-QloApps/) and follow the steps for the successful installation.
|
|
|
|
**2.** Or you can install QloApps with docker image. For the docker image of QloApps, please visit [Dockerize image of QloApps](https://hub.docker.com/r/webkul/QloApps_docker) <br>
|
|
* Docker pull command
|
|
~~~
|
|
docker pull webkul/QloApps_docker
|
|
~~~
|
|
|
|
### License
|
|
|
|
QloApps Core is licensed under OSL-3.0 and Modules authored by Webkul have their applicable license, LICENSE.md, kept inside their root directories, while other modules are licensed under AFL-3.0.
|
|
|
|
The online copy of OSL-3.0 can be found at [https://opensource.org/licenses/OSL-3.0](https://opensource.org/licenses/OSL-3.0).
|
|
|
|
The online copy of AFL-3.0 can be found at [https://opensource.org/licenses/AFL-3.0](https://opensource.org/licenses/AFL-3.0).
|
|
|
|
### Security Vulnerabilities
|
|
|
|
Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in QloApps then please email us: mailto:support@QloApps.com.
|
|
|
|
### Documentation & Demo
|
|
|
|
#### QloApps Documentation
|
|
[https://QloApps.com/qlo-reservation-system](https://QloApps.com/qlo-reservation-system)
|
|
#### QloApps Demo
|
|
**Link** : https://demo.QloApps.com </br>
|
|
**username** : demo@demo.com </br>
|
|
**Password** : demodemo </br>
|
|
|
|
### Contribute
|
|
As a PHP developer who has command on PHP and MySQL and also knows how to use Git or GitHub efficiently, can contribute to code enhancements via pull requests.<br>
|
|
For more information about the contribution process please check **[Contribute to QloApps](/CONTRIBUTING.md)**
|
|
|
|
### Credits
|
|
Crafted with :heart: at [Webkul](https://webkul.com)
|