Skip to content
Sander van Dragt edited this page Mar 21, 2025 · 12 revisions

Lamb made out of circuitry

Lamb — Literally Another Micro Blog.

Barrier free super simple blogging, self-hosted. Read about the features.

Getting started

# Checkout project - release branch is stable
git clone --branch release https://github.com/svandragt/lamb.git
cd lamb

Lamb can be run locally with the builtin PHP webserver, or with other tooling.

Deployment options

Webservers:

  1. Caddy
  2. Nginx

Containers:

  1. Docker

Devtools / local environments / sandbox:

  1. DDev local environments wrapper around Docker. Convenient.
  2. Devbox portable, isolated, developer environments. Tidy.
  3. Local PHP setup DIY. Control.

Main Topics

Clone this wiki locally