> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v8/project-management/project-management/deployment.md).

# Deployment

*Deployment* is a way for setting up Astera projects to run on the [*Scheduler*](https://documentation.astera.com/v/astera-data-stack-v8/project-management/job-scheduling/scheduling-jobs-on-the-server).

When you are deploying a project, you can also specify parameters by creating a config file for project archive (.car) files to run project flows independent of any local parameters.

In this document, we will learn how to deploy projects in Astera Data Stack.

## **Deploying a Project on Astera**

1. Go to *Server > Server Explorer*. This will open a *Server Explorer* panel.

![](/files/5yAjjOi8DbIpUw7vH6Zd)

2. On the *Server Explorer* panel, right-click on the *DEFAULT* server node, and select *Cluster Settings*.

![](/files/PLEp03zhlglqip6UxX1Q)

This will direct you to the general settings tab.

![](/files/6prBgvhdNyHZZR2yPEpG)

3. In the general settings tab, specify the *Deployment Directory* path. The *Deployment Directory* is the location where the deployment files will be stored for the server to access when a deployment schedule is run.

![](/files/KD2JItaRAbH9oKX7JZhI)

4. Now, open the project that you want to deploy on Astera's Server by going to *Project > Open* and direct it to the .cprj file. This will open the selected project in the Project Explorer panel.

{% hint style="info" %}
**Note:** .cprj file refers to a refers to a project file in the Astera Data Stack.
{% endhint %}

![](/files/MbMfA1hdEW3xA4lLJzdq)

5. In the *Project Explorer* panel, right-click on the *Project* node, and select *Build Archive (.Car) for the Project* from the context menu.

![](/files/7tKNVsuDxCvsOATA9e2k)

6. Save this archive file on your system.
7. Now, open the *Deployment* window. Go to *Server > Deployment.*

![](/files/NKIAx30ddEwPLOFrAU8v)

This will direct you to the main *Deployment* screen.

8. Click the *Add Deployment* icon to add a new deployment.

![](/files/qDORAZNGO8y16j13UReo)

9. Configure deployment settings by providing the following details:
   * *Name*
   * *Archive File Path* (\*.car)
   * *Config File Path* (an optional file to specify project parameters)
   * *Comment* (**optional**)

![](/files/ZKPR8IHC2g0BuQ8yf60z)

10. Save this deployment by clicking the *Save Deployment* icon ![](/files/gKWAy38OnIXB6wyLjJyU)and it will be added to the list of deployed projects.

![](/files/OaW6cG0gXXxtta9apJPR)

Multiple deployments can be configured on the cluster from the deployment window. The top part of the deployment screen shows the configured deployment files.

![](/files/JEqmAylQBkAT73qMbhRv)


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v8/project-management/project-management/deployment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
