penpot-docs/technical-guide/index.md
2022-05-23 13:37:50 +02:00

1.4 KiB

title eleventyNavigation
Overview
key order
Technical Guide 4
Technical guide

Overview

This documentation intends to explain how to get Penpot application and run it locally, test it, or make changes to it.

There are two main options for creating a local on-premise instance:

  1. Using the platform of our partner Elestio.
  2. Doing the installation yourself with Docker.

If you don't have experience using Docker or if you want a fully automatically managed service, we recommend using Elestio. Otherwise, go for Docker.

  • In the Install with Elestio section, you can find details on how to open an Elestio account and create your Penpot instance.

  • In the Install with Docker section, you can find the official Docker installation guide.

  • In the Configuration section, you can find more advanced setup options.

  • If you are a developer and want to get into the code, we recommend the Developer Guide that explains how to properly setup a development environment and many other dev-oriented documentation.