Operations grimoire/Penpot: Revision history

From Nasqueron Agora

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2024

17 January 2024

12 January 2024

3 April 2023

  • curprev 22:3522:35, 3 April 2023Dereckson talk contribs 476 bytes +476 Created page with "Penpot allows to experiment with UX, design and prototypes. It's hosted on our Docker PaaS. == Troubleshoot == === PostgreSQL === You can open a PostgreSQL console with <code>docker exec -it penpot_db psql -U penpot</code>. === Front-end vs back-end version == Versions for back-end and front-end need to match, especially as Penpot is developed with a rather fast pace. * Front-end: `cat /srv/penpot/public/version.txt` * Back-end: `docker exec penpot_web cat version.txt`"