> For the complete documentation index, see [llms.txt](https://docs.signius.eu/manuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/manuals/seal_pl/signius-sealing-server-i-client/signius-sealing-server-dashboard/instalacja.md).

# Instalacja

## Przygotowanie Środowiska

Upewnij się, że na Twoim urządzeniu zainstalowany jest serwer http, aby hostować aplikację webową (z wyjątkiem sytuacji, gdy używasz wersji Docker)

## Wdrożenie

### Windows i Linux

* Pobierz pakiet instalacyjny **SIGNIUS Sealing Server Dashboard** z oficjalnej strony internetowej lub korzystając z linku dostarczonego przez producenta.
* Dodaj pobraną aplikację webową do swojego serwera http.

### Docker

* Pobierz pakiet instalacyjny **SIGNIUS Sealing Server Dashboard** z oficjalnej strony internetowej lub korzystając z linku dostarczonego przez producenta.
* Dodaj obraz Dockera do swojego repozytorium
  * schemat:
    * docker load -i \<nazwa\_pliku\_obrazu>
  * przykład:
    * docker load -i sseal\_server\_dashboard\_image\_v0.0.0.tar
* zbuduj kontener za pomocą polecenia (lub za pomocą docker compose)
  * schemat:
    * docker run -itd --name \<nazwa\_kontenera> \<nazwa\_obrazu:tag>
  * przykład:
    * docker run -itd --name signius-sealing-server-dashboard-container sseal-server-dashboard-image:v0.0.0
* skopiuj pliki konfiguracyjne z kontenera do katalogu na hoście, którego chcesz użyć jako woluminu
  * schemat:
    * docker cp \<nazwa\_kontenera>:/usr/share/nginx/html/assets/config.json <ścieżka\_do\_hosta>
    * docker cp \<nazwa\_kontenera>:/etc/nginx/conf.d/default.conf <ścieżka\_do\_hosta>
  * przykład:
    * docker cp signius-sealing-server-dashboard-container:/usr/share/nginx/html/assets/config.json ./config.json
    * docker cp signius-sealing-server-dashboard-container:/etc/nginx/conf.d/default.conf ./nginx.conf
* Zatrzymaj kontener
  * schemat:
    * docker stop \<nazwa\_kontenera>
  * przykład:
    * docker stop signius-sealing-server-dashboard-container
* Usuń kontener
  * schemat:
    * docker rm \<nazwa\_kontenera>
  * przykład:
    * docker rm signius-sealing-server-dashboard-container

## Licencja

* nie potrzeba licencji


---

# 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://docs.signius.eu/manuals/seal_pl/signius-sealing-server-i-client/signius-sealing-server-dashboard/instalacja.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.
