> For the complete documentation index, see [llms.txt](https://zinisoft-net.gitbook.io/kindie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zinisoft-net.gitbook.io/kindie/installing-web-server.md).

# Installing Web Server

{% embed url="<https://www.youtube.com/watch?v=u8CDFSQZTT0&feature=youtu.be>" %}

After install Node.js and npm Package Manager at previous step, now you have to install some tools, dependencies to run the Kindie web server:

**Step 1: Open Kindie project by Visual Studio Code:**

![](https://zinisoft.net/wp-content/uploads/2019/11/console-1.png)

Note: You can toogle terminal by hot keys Ctrl + \`

{% hint style="info" %}
Note: You can toogle terminal by hot keys Ctrl + \`
{% endhint %}

&#x20;**Step 2: Install Sails.js using npm Package Manager:**

```
npm -g install sails
```

Sails.js is a small framework build on top of Express and Node.js framework. You can refer full document about SailsJs here:

{% embed url="<https://sailsjs.com/get-started>" %}

&#x20;**Step 3: Install others npm Package Manager:**

```
npm install
```

&#x20;**Step 4: Run MongoDB server**

&#x20;To start MongoDB, run mongod.exe. For example, from the **Command Prompt**:

```
C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe
```

This starts the main MongoDB database process. The waiting for connections message in the console output indicates that the mongod.exe process is running successfully.

{% hint style="info" %}
You can refer full document about MongoDB here:

<https://docs.mongodb.com/v3.6/installation/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zinisoft-net.gitbook.io/kindie/installing-web-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
