# Local Install

## You will need access to the GitHub impulse repository locally [Impulse repository](https://github.com/motiv-labs/impulse)

**Docker Hub** is used to store our images, you will need to login to docker hub to gain access to the images. Currently, you will need to use the motivlabs credentials. Modify the following command to login.

```
docker login --username <username> --password <password>
```

If you want to run the included dotCMS instances you will need to provide more memory to the Docker containers. Based on your OS follow the instructions at this link to adjust the memory.

<https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-prod-prerequisites>


---

# Agent Instructions: 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://motivlabs.gitbook.io/impulse-install-manual/installation/docker-compose/local-install.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.
