瀏覽代碼

0787: Install Kanboard Visual Todo and Tasks Management on Windows

i12bretro 8 月之前
父節點
當前提交
646a443e64
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      0787.html

+ 7 - 2
0787.html

@@ -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 &gt; Open PowerShell windows here...</li>