-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sander van Dragt edited this page Oct 18, 2024
·
8 revisions
Barrier free super simple blogging, self-hosted. Read about the features.
# 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.
Webservers:
Containers:
Devtools / local environments / sandbox:
- DDev local environments wrapper around Docker
- Devbox portable, isolated, developer environments
- Local PHP setup diy