Quick Start
Coming soon…
Docker Compose
For a long-term installation you can use Docker Compose to install Plume. To get started, create a directory for your Plume installation and, in that directory, add adocker-compose.yaml file and a folder for your data (e.g. data).
docker-compose.yaml
Replace
<version> with the version of Plume you’d like to run (e.g. 1.0.5, 1.0 or 1)Replace <host_path> with the path to a directory where your posts, pages and additional data will be stored.Replace <host_port> with the port on which you would like the application to be exposed.docker compose up -d from the same directory as the docker-compose.yaml file.
Docker Run
To get up and running quickly you can usedocker run to launch a stand-alone Docker container from the official Docker image.
Replace
Replace
<host_path> with the path to a directory where your posts, pages and additional data will be stored.Replace
<host_port> with the port on which you would like the application to be exposed.Manual Installation
More details coming soon including examples for
- Nginx
- Apache
- Caddy