docker-whmcs
docker-whmcs copied to clipboard
Docker for WHMCS
Docker Container for WHMCS
A WHMCS 7.1+ developer environment for Docker, heavily inspired by Laradock
Table of Contents
- Installation
- Usage
- Support
- Contributing
Installation
Clone this repository and copy the WHMCS installation archive to the ./whmcs directory.
Requirements
You need a valid and licensed copy of WHMCS. If required, you can contact the WHMCS Support for a development license.
Tested WHMCS Versions
- [X] 7.1
- [X] 7.2
- [X] 7.4
- [X] 7.6
- [X] 8.2 LTS
Usage
Copy the .env.example to .env and edit the parameters to your needs.
Keep in mind, you need to choose the right PHP version for your WHMCS Installation. See Requirements for additional Information.
Example: WHMCS 7.1 needs PHP 7.0 while Version 7.2 requires PHP 7.1+
Start the container with
docker-compose up
After building the container, open your browser and browse to the /install directory and follow the installation routine.
Use mysql for Database Host to continue with the instllation.
The WHMCS installation itself takes 2-3 minutes.
Authors
Contributions
Please use Github for reporting bugs, and making comments or suggestions.