-
Notifications
You must be signed in to change notification settings - Fork 3k
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
README Recommendations #316
Comments
What OS are you on? |
Full-on Ubuntu through EC2 |
Even Arch repos are Ruby 3.0.6, I think a RVM shoutout would be great for the easy of installation |
This probably is unrelated, but if it is, any idea why I can't access the app itself? I changed APP_DOMAIN in .env, but when I visit my domain it redirects me to localhost:3000 somehow. (Like literally, the URL itself changes) I didn't change HOSTED since the comment says I probably don't need to and there isn't an explanation of what it does in the README. My Nginx config is a simple server_name with location / and proxy_pass ran through Certbot. |
Hey @hyoretsu I'm working on some updates to the README to clarify some of these things. Are you trying to get this started to develop? Or are you primarily trying to self-host? |
I'm looking to self-host, in order to try it out. I could contribute if it's still in JS, but I have never tried Ruby. It looks promising and takes care of pretty much everything, but I can't be sure until I try it or at least see some screenshots. |
@hyoretsu sounds good. We are still pretty early with development, so haven't spent the time to optimize for self hosting yet. I'm going to go ahead and close this issue, but keep an eye on this guide: https://github.com/maybe-finance/maybe/wiki/Self-Hosting-Setup-Guide We will update this as we get closer to a first release and will make sure and add detailed instructions for making this work smoothly! Also, regarding the environment variables, I think PR #334 will fix that. |
I struggled quite a lot to get it working. I know it's meant to be a WIP, developer-focused, but early adoption would be good.
bundle install
, using Snap or Apt didn't workRAILS_ENV
variableconfig/database.yml
The text was updated successfully, but these errors were encountered: