Add a development guide

This commit is contained in:
Stanko K.R.
2026-07-15 13:43:14 +02:00
parent e945d4217b
commit cf0a67fcaf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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.