[openstreetmap/openstreetmap-website] Update MANUAL_INSTALL.md with integration test note (PR #7139)

Pablo Brasero notifications at github.com
Wed Jun 17 14:25:38 UTC 2026


@pablobm commented on this pull request.

Since we are at it, apt-get shows a notice that it's substituting `git-core` with `git`, and `postgres-contrib` with `postgres` (already in the list).

> @@ -131,7 +145,15 @@ We use [Bundler](https://bundler.io/) to manage the rubygems required for the pr
 ```bash
 cd openstreetmap-website
 bundle install
-```
+
+> [NOTE]
+> On Ubuntu 26.04 the provided version of bundler is old and will not install the gems, you can
+> upgrade with 
+>
+> ```bash
+> sudo bundle update --bundler
+> ```
+> however this will install the gems as root which may or may not be what you want.

There might be a better way to do this:
```
bundle config set path vendor/cache
bundle install
```
Gems will be installed on the project directory at `vendor/cache`, so this should be added to `.gitignore`.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7139#pullrequestreview-4516535861
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/7139/review/4516535861 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260617/2e970eea/attachment.htm>


More information about the rails-dev mailing list