Skip to content
Sander van Dragt edited this page Oct 18, 2024 · 8 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, here are two ways to set this up:

a. DDev -- great for convenience,
b. Devbox — great for keeping a clean local system, OR
c. locally install PHP 8.2 and composer — great for neckbeards.

Deployment options

Webservers:

  1. Caddy
  2. Nginx

Containers:

  1. Docker

Devtools / local environments / sandbox:

  1. DDev local environments wrapper around Docker
  2. Devbox portable, isolated, developer environments
  3. Local PHP setup diy

Topics

Clone this wiki locally