Giter Club home page Giter Club logo

Comments (4)

cuu508 avatar cuu508 commented on June 20, 2024

Thanks for the report. I tested the following:

  • Installed WSL on a system running Windows 11 Home (wsl --install from administrator's command shell)
  • Installed Docker Desktop (v4.21.1)
  • Downloaded a snapshot of the Healthchecks source code from GitHub as a .zip file and extracted it
  • In a PowerShell console, navigated to the extracted files, "docker" subdirectory
  • Copied .env.example to .env
  • Ran docker-compose-v1.exe up

On the first run, I got errors about failed .deb downloads while building the image. I'm guessing this may have been caused by a network glitch. On the second run the image was built successfully and the container started up. I opened http://localhost:8000 in the browser and saw the Healthchecks sign-in page running locally.

Did you follow similar steps, or do you use a different setup? Can you try building the image again, in case the build failed due to network problems, like in my case?

from healthchecks.

kyxap avatar kyxap commented on June 20, 2024

@cuu508 hey, i've added steps to reproduce with all details, before posting this issue i've tried to build image multiple times and did it again today - same issue.

from healthchecks.

cuu508 avatar cuu508 commented on June 20, 2024

The interesting part in docker-compose output is:

 > [web stage-1 8/9] RUN     rm -f /opt/healthchecks/hc/local_settings.py &&     DEBUG=False SECRET_KEY=build-key ./manage.py collectstatic --noinput &&     DEBUG=False SECRET_KEY=build-key ./manage.py compress:
#0 0.680 /usr/bin/env: ‘python\r’: No such file or directory

The first line of manage.py is:

#!/usr/bin/env python

In the git version, this line is terminated with a newline. The error message suggests that on your system it is terminated with a carriage return. Either the git clone process, or the copying via RDP seems to have messed up your source files.

from healthchecks.

kyxap avatar kyxap commented on June 20, 2024

yeah you are correct, I've downloaded the direct zip to the win 10 and it seems to work.
sorry for bothering you!

from healthchecks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.