Skip to content
wagwan piffting edited this page Mar 2, 2023 · 4 revisions

CCIDB_Banner

Installing CCIDB

Windows 7/8/8.1/10/11


Installation of CCIDB can take some time, but the process boils down to:

  1. Download Laragon.
  2. Install Laragon.
  3. Make some changes to Laragon's settings.
  4. Download CCIDB's source code.
  5. Install CCIDB into Laragon.

A more detailed guide is available on this wiki page.

Mac


Sadly, Laragon does not have a Mac installer that I can tell, so to the Mac users out there, I am not able to find a solution to installing CCIDB on Mac for the time being. Sorry!

Linux


Depending on your distro, you may have a number of options for installation. Substitute apt with your distro's package manager if need be, and install all of the following:

  1. Apache: sudo apt install apache2
  2. PHP (anything above version 7+, 8 is preferred): sudo apt install php8.1
  3. PostgreSQL (version 14.5 preferred): sudo apt install postgresql-14

After installing all of the above, drop the CCIDB source into the local web directory for your distro and you're off to the races!

Clone this wiki locally