@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/3012972...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev