Skip to content

Mac setup guide doesn't mention anything about redis. #2494

@aclowkey

Description

@aclowkey

The wiki mac setup guide instructs to install postgres. But then maybe is crashing due to no redis.

➜  maybe git:(main) ./bin/dev
16:10:16 web.1    | started with pid 51805
16:10:16 css.1    | started with pid 51806
16:10:16 worker.1 | started with pid 51807
16:10:16 web.1    | => Booting Puma
16:10:16 web.1    | => Rails 7.2.2.1 application starting in development
16:10:16 web.1    | => Run `bin/rails server --help` for more startup options
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.262Z pid=51807 tid=12mv: Initializing websocket
16:10:17 web.1    | Puma starting in single mode...
16:10:17 web.1    | * Puma version: 6.6.0 ("Return to Forever")
16:10:17 web.1    | * Ruby version: ruby 3.4.4 (2025-05-14 revision a38531fd3f) +PRISM [arm64-darwin24]
16:10:17 web.1    | *  Min threads: 3
16:10:17 web.1    | *  Max threads: 3
16:10:17 web.1    | *  Environment: development
16:10:17 web.1    | *          PID: 51805
16:10:17 web.1    | * Listening on http://0.0.0.0:3000
16:10:17 web.1    | Use Ctrl-C to stop
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.315Z pid=51807 tid=12mv: Booted Rails 7.2.2.1 application in development environment
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.316Z pid=51807 tid=12mv: Running in ruby 3.4.4 (2025-05-14 revision a38531fd3f) +PRISM [arm64-darwin24]
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.316Z pid=51807 tid=12mv: See LICENSE and the LGPL-3.0 for licensing details.
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.316Z pid=51807 tid=12mv: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org
16:10:17 worker.1 | INFO  2025-07-22T13:10:17.316Z pid=51807 tid=12mv: Sidekiq 8.0.5 connecting to Redis with options {size: 10, pool_name: "internal", url: nil}
16:10:17 worker.1 | Connection refused - connect(2) for 127.0.0.1:6379 (redis://localhost:6379)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions