-
Notifications
You must be signed in to change notification settings - Fork 143
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
feature request: install revolt without docker #91
Comments
Are you asking for a guide or if it's possible? Build instructions are detailed on individual projects, e.g. https://github.com/revoltchat/backend#development-guide |
yes the ideal would be a guide on how to run this docker freee. the link you provided still uses docker as part of the documentation, so I don't really understand how you can use this to run a dockerless instance |
Well in principle there is no magic about docker - it is just pulling a bunch of packages. If you have equivalents in your linux distro, you could pull them via your package manager and plop the configs from the docker images. This should (in principle) just work. I'd be quite interested in this as well, we can try to tackle this together. |
Apologies, didn't realise. |
Containers are fairly heavy on the CPU and especially on the disk usage. So on a small VPS this could be a serious problem. |
I would also like to add that this limits the platform choice to only operating systems that can run Docker. Not everything Unix is Linux :) That said, I'm sure those of us who prefer to not use Docker are perfectly willing to and capable of managing the services ourselves. We don't expect (at least initially) for the project to hand hold and provide a fully automated installation without Docker. I think what we need is:
This will attract more people to use the software, who will contribute to it, improve it and the documentation, resulting in better instructions, and eventually an 'officially' maintained setup guide. In fact, I will give credit where it's due. The current README's are okay, but they make it seems as if it's only for local dev. Maybe you can share a little about how app.revolt.chat is provisioned? With that information I may be able to help contribute some documentation for a better self-hosted production option. |
What do you want to see?
Hello,
Would it be possible to install revoltchat without using docker? This would be important for smaller instances and machines with lower specs
The text was updated successfully, but these errors were encountered: