|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Install Kanboard Visual Todo and Tasks Management on Windows">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="08/12/2022 07:58:55 AM" />
|
|
|
+ <meta name="revised" content="10/19/2024 06:11:29 AM" />
|
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
@@ -49,7 +49,12 @@
|
|
|
<li>Save the changes to config.php and close the text editor</li>
|
|
|
<li>Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example</li>
|
|
|
<li>Run XAMPP/setup_xampp.bat to update the configuration files with the new server location</li>
|
|
|
- <li>Run XAMPP/xampp-control.exe</li>
|
|
|
+ <li>Navigate into XAMPP/PHP and edit php.ini in a text editor</li>
|
|
|
+ <li>Find the list of extensions and make sure the following are enabled by removing the ; at the start of the line
|
|
|
+ <p>extension=gd</p>
|
|
|
+ </li>
|
|
|
+ <li>Save the changes to php.ini and close the text editor</li>
|
|
|
+ <li>Navigate back to XAMPP/ and run xampp-control.exe</li>
|
|
|
<li>Click the Start button next to Apache and MySQL</li>
|
|
|
<li>Navigate to XAMPP/mysql/bin</li>
|
|
|
<li>Hold the SHIFT key and right click in the white space > Open PowerShell windows here...</li>
|