From cf0a67fcaf5a50da51dd8d29e62ed780037a11a1 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Wed, 15 Jul 2026 13:43:14 +0200 Subject: [PATCH] Add a development guide --- README.md | 4 ++-- docs/self-hosting.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c982bb..b758e7f 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,5 @@ If you'd rather run the Docker image yourself, you can read more about that in t ## Development - bin/setup - bin/rails server +You are welcome - and encouraged - to modify Campfire to your liking. +Please see our [development guide](docs/development.md) for how to get Campfire set up for local development. diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 9389f67..d7ed399 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -4,7 +4,7 @@ Campfire's Docker image contains everything needed for a fully-functional, singl This includes the web app, background jobs, caching, file serving, and SSL. > [!TIP] -> The easiest way to self-host Campfire is with [ONCE](https://github.com/basecamp/once), which handles installation, updates, and backups for you. See the [README](../README.md#installing-with-once-recommended) for details. This guide covers running the Docker image by hand. +> The easiest way to self-host Campfire is with [ONCE](https://github.com/basecamp/once), which handles installation, updates, and backups for you. See the [README](../README.md#deploying-with-once) for details. This guide covers running the Docker image by hand. The latest version of the docker image can be found at `ghcr.io/basecamp/once-campfire:main`. This image changes with every merged pull request - it's the bleeding edge version of Campfire.