Not able to run wagtail bakerydemo on windows #471
Unanswered
dhruvpal05
asked this question in
Q&A
Replies: 2 comments
-
This is a bakerydemo issue, not a Wagtail one. See #468. Transferring the discussion to the bakerydemo repository |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a common problem with Windows Line Endings (CRLF) and converting to Unix (LF) line endings with your favorite tool (dos2unix) or editor (Notepad++ is my favorite) has done the trick for me. If you use windows versions of git also it seems to mess with the line endings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have completed all the steps mentioned in "setting up the wagtail codebase" compiled the assets successfully also ran
pip install -e path/to/wagtail"[testing, docs]" -U
this command to installwagtail-6.0a0
, then I tried running the bakerydemo and it shows no such file or directory todocker-endpoint.sh
, I have attached a screenshot if anyone can guide me through it would be greatBeta Was this translation helpful? Give feedback.
All reactions