[openstreetmap/openstreetmap-website] Restructure core developer docs (PR #6111)
Tom Hughes
notifications at github.com
Sat Jul 12 11:39:39 UTC 2025
@tomhughes commented on this pull request.
>
+---
+
+**Platform Support:** These instructions are based on Ubuntu 24.04 LTS, which is the platform used by the OSMF servers. The instructions also work, with only minor amendments, for all other current Ubuntu releases, Fedora and macOS.
The OSMF servers are actually running Debian 12 now...
> @@ -56,151 +62,158 @@ sudo dnf install ruby ruby-devel rubygem-rdoc rubygem-bundler rubygems \
If you didn't already have PostgreSQL installed then create a PostgreSQL instance and start the server:
-```
+```bash
sudo postgresql-setup initdb
I'm guessing maybe I put this in at some point but `postgresql-setup` is Fedora specific I think. The equivalent on Debian/Ubuntu would be something with `pg_createcluster` though unlike Fedora I think installing postgres usually creates a default cluster there.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6111#pullrequestreview-3012972490
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6111/review/3012972490 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250712/679aed7d/attachment-0001.htm>
More information about the rails-dev
mailing list