Installing on Windows
To install XAMPP, follow the instructions here: Install Xampp
After installing the necessary requirements, you will need to download the core module either from here or use the cutting edge code.
Important Note
Gibbon uses case-sensitive table names. If you are using a Windows database, please be sure that lower_case_table_names
is not turned on, as this can result in all table names being forced to lower case, and may cause compatibility issues with modules and other servers. Please see the MySQL docs for more information.
How to install?
- Go to windows command, run as admin.
- Navigate to xampp/apache/bin. Here I am using root directory.
sh
cd C:\xampp\apache\bin
- Start your Apache server. Type in
httpd.exe
. You would see it running as per here.
sh
C:\xampp\apache\bin>httpd.exe
- Go to your xampp, click "Start" on the MySQL.
- Navigate to your browser, type in localhost:port. You will be able to find the Core module.
- Follow the instructions as per installation guide.
How to install required extensions for PHP?
- Go to Xampp > Apache > config >
php.ini
. - Refer here for detailed descriptions.