makeplane / makeplane/plane

[bug]: Windows Development Docker-Entrypoint

Open
#5,420 4 comments 0 reactions 2 assignees View on GitHub

@vihar is already working on this.

Since Aug 24, 2024.

🐛bug
Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Current behavior

First of all, I tested running the self-hosted script and it worked just fine.

But then, I decided to clone the repo and tried running it.

./bin/docker-entrypoint-*.sh: no such file or directory

It looks like the Dockerfile didn't copy it or its on a different directory since I'm on windows.

image

image

image

image

image

image

Steps to reproduce

1.1. Using windows 11 with the latest docker desktop
1.2. Clone the code locally using:

git clone https://github.com/makeplane/plane.git
  1. Switch to the code folder:
    cd plane
    
  2. Create your feature or fix branch you plan to work on using:
    git checkout -b <feature-branch-name>
    
  3. Open terminal and run:
    ./setup.sh
    
  4. Open the code on VSCode or similar equivalent IDE.
  5. Review the .env files available in various folders.
    Visit Environment Setup to know about various environment variables used in system.
  6. Run the docker command to initiate services:
    docker compose -f docker-compose-local.yml up -d
    
Environment

Production

Browser

None

Variant

Local

Version

v0.22.0-dev

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.