HiEventsDev / hi.events

Open-source event management and ticket selling platform 🎟️
https://hi.events
GNU Affero General Public License v3.0
323 stars 27 forks source link

Unable to initialize the project using Docker all in one. 🐛 #5

Closed Romerolweb closed 2 weeks ago

Romerolweb commented 1 month ago

Describe the bug When I am trying to initialize the project following the guide, I got this error.

To Reproduce Navigate to the Docker Directory:

cd hi.events/docker/all-in-one

Run the set-up script:

docker-compose up -d

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Desktop :

Logs Navigate to the Docker Directory:

cd hi.events/docker/all-in-one Run the set-up script:

docker-compose up -d

Additional context I would like to try it.

daveearley commented 1 month ago

Hi @Romerolweb, thanks for creating an issue!

Was there any error output when you ran docker-compose up -d?

gitmotion commented 3 weeks ago

im getting a similar issue when running docker compose up -d exiting on startup image

NelsonDane commented 3 weeks ago

I've had this happen before with Docker images built on Windows. I belive this StackOverflow should fix it. Need to change startup.sh from CRLF to LF. If this is indeed the fix, I can make a small PR so that it does this automatically when building the Docker image @Romerolweb @gitmotion

Romerolweb commented 3 weeks ago

I will take a look and will let you know

Sebastian Romero Laguna

Software design and Web applications

"Todo lo puedo en Cristo que me fortalece" Filipenses 4:13

Proyectos https://github.com/Romerolweb

On Sun, 9 Jun 2024 at 6:06 am, Nelson Dane @.***> wrote:

I've had this happen before with Docker images built on Windows. I belive this StackOverflow https://stackoverflow.com/a/56791772 should fix it. Need to change startup.sh from CRLF to LF. If this is indeed the fix, I can make a small PR so that it does this automatically when building the Docker image @Romerolweb https://github.com/Romerolweb @gitmotion https://github.com/gitmotion

— Reply to this email directly, view it on GitHub https://github.com/HiEventsDev/hi.events/issues/5#issuecomment-2156166453, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6D22TNKCVYJNC5FJSCX2TZGNP5LAVCNFSM6AAAAABITELDG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGE3DMNBVGM .

gitmotion commented 3 weeks ago

@NelsonDane awesome thanks for that, can confirm changing CRLF to LF on the startup.sh file has resolved the build issue!