Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

darthsoup/docker-whmcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container for WHMCS

GitHub forks GitHub stars GitHub license

A WHMCS 7.1+ developer environment for Docker, heavily inspired by Laradock

Table of Contents

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

  • 7.1
  • 7.2
  • 7.4
  • 7.6
  • 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.