Skip to content

Bug: Setup fails on Macbook #1427

@Sahil-Gulihar

Description

@Sahil-Gulihar

Issue Description

I tried with 2 different approaches, initially I did bun i after git clone, met with this workspace error
Image

Later I tried with docker run and it ran into some issues as shown in the image below.

Image

Steps to reproduce

git clone, cd puter & bun i. or the
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
command

Expected behaviour

It should address the workspace issue or suggest an alternative for mac setup.

Docker production shall not fail

Addition Information or Screenshots (if applicable)

No response

Deployment

  • Production (puter.com)
  • Development (npm run start)
  • Docker (via docker run)
  • Docker (via docker-compose)

Puter version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions