-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for building, configuring and deploying/running #22
Comments
The Dockerfile was generated by fly.io (my hosting provider) therefore I haven't ever built and run the image myself, I'd be happy to try to help you get it up and running though. You've actually got further than me as I can't even build the image on my M1 Mac currently - ha! 😄 Server PortLooking at the config, when the Rails server starts, it uses the How do I start the application?I think Other setup requiredThe only other thing I can think of is the database, in If you have a PostgeSQL server running you could simply point I hope that helps somewhat, let me know how you get on and if you have any further questions. |
Thanks for your quick reply but I need more time to figure things out (I'm not an expert in ruby or even docker). I was able to build, but not with sqlite! And with PostgreSQL I got an error running the container
Seems like I have to investigate this stuff first. Then I'll have a look into the database topic. |
I was just reading my hosting providers docs again and found a much easier way to build and run this locally using docker. I tried added a docker compose file and building locally but still hitting some issues. I'll keep trying and let you know if I get it working. |
Hi I really like the application but I cannot get it running by myself.
Could you please provide documentation about how to correctly build, configure and deploy chordly?
I was able to build a docker image from the Dockerfile (with
docker build
) and run it (withdocker run
) but I don't find the ports and where to configure them? How do I start up the application? What do I need to setup first? How to access the web frontend?In the next step I want to deploy it on a Raspberry Pi with linux/arm64 so I might need to setup multiarch docker building – but that's too far away at the moment and I would really appreciate help.
The text was updated successfully, but these errors were encountered: