Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 901 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 901 Bytes

Caballero Website Manager / ”Poor Man’s” CMS From The Ground Up - Dockerised solution

Caballero is a CMS originally developed by Jason M. Knight This is just a dockerised solution for it

Original Live demo:

https://cutcodedown.com/caballero/

How to start

Copy example environment variable file (.env) and edit the PROJECT_BASE_URL to match the needed subdomain for example caballero.docker.localhost

cp .env.example .env
nano .env 

add this line to your hosts file (/etc/hosts)

127.0.0.1 *.docker.localhost

using

nano /etc/hosts 

start traefik and portainer

cd localdevtools
docker-compose up -d 

start apache/php

cd ..
docker-compose up -d 

just visit https://caballero.docker.localhost to see caballero in action

Articles

https://medium.com/codex/poor-mans-cms-from-the-ground-up-part-1-planning-and-defines-387e0eafc107