|
3 | 3 | This guide provides comprehensive instructions for setting up the Document Knowledge Mining Solution Accelerator for local development across Windows, Linux, and macOS platforms. |
4 | 4 |
|
5 | 5 | --- |
6 | | -## Step 1: Prerequisites - Install Required Tools |
| 6 | +## Step 1: Install Required Tools |
7 | 7 | Install these tools before you start: |
8 | 8 | - [Visual Studio](https://visualstudio.microsoft.com/) |
9 | 9 | - [Visual Studio Code](https://code.visualstudio.com/) |
10 | | -- [Node.js (LTS)](https://nodejs.org/en). |
11 | 10 |
|
12 | 11 | ### Windows Development |
13 | 12 | ``` |
@@ -209,9 +208,8 @@ After deploying the accelerator, the `appsettings.Development.json` file will be |
209 | 208 |
|
210 | 209 | #### Server Not Responded Issues |
211 | 210 |
|
212 | | -- While running the Kernel solution, if you encounter an error such as **“server not responded”** or **“server not found”**, it usually indicates that the required resource is not responding. |
| 211 | +- While running the Kernel solution, if you encounter an error such as `server not responded` or `server not found`, it usually indicates that the required resource is not responding. |
213 | 212 | - Ensure that the necessary **Kubernetes services** are running. If not, start the Kubernetes service and then run the Kernel solution again. |
214 | | -. |
215 | 213 |
|
216 | 214 | #### Permission Issues (Linux/macOS) |
217 | 215 |
|
@@ -258,5 +256,5 @@ cat .env | grep -v '^#' | grep '=' # Should show key=value pairs |
258 | 256 |
|
259 | 257 | - [Deployment Guide](DeploymentGuide.md) - Instructions for production deployment. |
260 | 258 | - [Delete Resource Group](DeleteResourceGroup.md) - Steps to safely delete the Azure resource group created for the solution. |
261 | | -- [Powershell Setup](PowershellSetup.md) - Instructions for setting up PowerShell and required scripts. |
262 | | -- [Quota Check](QuotaCheck.md) - Steps to verify Azure quotas and ensure required limits before deployment. |
| 259 | +- [PowerShell Setup](PowershellSetup.md) - Instructions for setting up PowerShell and required scripts. |
| 260 | +- [Quota Check](QuotaCheck.md) - Steps to verify Azure quotas and ensure required limits before deployment.. |
0 commit comments