2024-10-30 06:49:46 -05:00
|
|
|
---
|
|
|
|
title: Technical Guide
|
|
|
|
eleventyNavigation:
|
|
|
|
key: Technical Guide
|
|
|
|
order: 4
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="main-illus">
|
|
|
|
<img src="/img/home-techguide.png" alt="Technical Guide" border="0">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
# Technical Guide
|
|
|
|
|
|
|
|
## Self-hosting Penpot
|
|
|
|
|
|
|
|
This section details everything you need to know to get Penpot up and running in your own
|
|
|
|
machine.
|
|
|
|
|
|
|
|
* In the [Install with Elestio][1] section, you can find how to open an Elestio account and create your Penpot instance.
|
|
|
|
|
|
|
|
* In the [Install with Docker][2] section, you can find the official Docker installation guide.
|
|
|
|
|
2024-11-26 09:25:51 -05:00
|
|
|
* In the [Install with Kubernetes][7] section, you can find the official Kubernetes installation guide.
|
|
|
|
|
2024-10-30 06:49:46 -05:00
|
|
|
* In the [Configuration][3] section, you can find all the customization options you can set up after installing.
|
|
|
|
|
|
|
|
* Or you can try other, not supported by Penpot, [Unofficial options][4].
|
|
|
|
|
|
|
|
## Integration with external apps
|
|
|
|
|
|
|
|
The [Integration Guide][5] explains how to connect Penpot with external apps, so they get notified
|
|
|
|
when certain events occur and may create your own interconnections and collaboration features.
|
2024-11-26 09:25:51 -05:00
|
|
|
|
2024-10-30 06:49:46 -05:00
|
|
|
## Developing Penpot
|
|
|
|
|
2024-11-26 09:25:51 -05:00
|
|
|
Also, if you are a developer, you can get into the code, to explore it, learn how it is made,
|
|
|
|
or extend it and contribute with new functionality. For this, we have a different Docker installation.
|
2024-10-30 06:49:46 -05:00
|
|
|
In the [Developer Guide][6] you can find how to setup a development environment and many other dev-oriented documentation.
|
|
|
|
|
|
|
|
[1]: /technical-guide/getting-started/#install-with-elestio
|
|
|
|
[2]: /technical-guide/getting-started/#install-with-docker
|
|
|
|
[3]: /technical-guide/configuration/
|
|
|
|
[4]: /technical-guide/getting-started/#unofficial-self-host-options
|
|
|
|
[5]: /technical-guide/integration/
|
|
|
|
[6]: /technical-guide/developer/
|
2024-11-26 09:25:51 -05:00
|
|
|
[7]: /technical-guide/getting-started/#install-with-kubernetes
|