-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
wagwan piffting edited this page Mar 2, 2023
·
4 revisions
Installation of CCIDB can take some time, but the process boils down to:
- Download Laragon.
- Install Laragon.
- Make some changes to Laragon's settings.
- Download CCIDB's source code.
- Install CCIDB into Laragon.
A more detailed guide is available on this wiki page.
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!
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:
- Apache:
sudo apt install apache2
- PHP (anything above version 7+, 8 is preferred):
sudo apt install php8.1
- 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!