Table of contents
Requirements
In order to use and run pcms, you need to fullfil the following requirements:
- If you want to compile for yourself: GO Lang >= 1.20
- The
pcms
binary. Check the Releases Page on Github for pre-built binaries. - If you want to compile
scss
tocss
, you need the dart sass compiler binary
… Really, that’s it?? Well, yes! That’s all you need. No database, no fancy infrastructure, no air plane. Oh, yes, and some idea for your content, but this is your problem ;-)
There is also a Dockerfile for running pcms as docker service. So if you want to run it in a Docker container, you need a container runtime (like docker, or podman). Check the Installation section for information on how to use pcms as container service.