This is the demo image for Graphia CMS, a Git-powered publishing platform aimed at organisations with large volumes of documentation.
It differs from most content management platforms by living on your network, promoting open standards, separating style from content and not getting in the way of power users.
Note, this is a very early release, many planned features are not present and the image is still rough around the edges.
If anything won't work, or if you would like some more information, please drop us a message.
The quickest and simplest way of getting up and running is to use Docker Compose.
First, install Docker and Docker Compose. Now, create a file called docker-compose.yml and paste in the following configuration options.
version: '3'
services:
cms:
image: "graphia/cms:latest"
ports:
- "8085:80"
- "8086:443"
- "2223:22"
volumes:
- graphia-cms-repo:/var/graphia/hugo/content
- graphia-cms-db:/var/graphia/db
volumes:
graphia-cms-repo:
graphia-cms-db:
Now, just run docker-compose up and Graphia CMS should be available at https://localhost:8086/cms.
Content type
Image
Digest
Size
31 MB
Last updated
over 8 years ago
docker pull graphia/cms