Michiel Sikkes
Michiel Sikkes
Maybe we can change this topic to a "How to run Rails on IC" issue and list all the steps we need to document for that?
Suggestions (these are all my current things that are undocumented or the UI is not telling me how to do things when hosting a basic web app) - Add SECRET_KEY_BASE...
Addition: - Use > 1GB of memory as default
Addition: - How to migrate on deploy (ie with the rake hook)
Addition: - Tweak Puma settings (our own Puma is a very large config for a simple server)
More specific to my previous comment: - Make sure people use the correct number of threads/workers for Puma config. For instance, on a single-core system ($10 Digital Ocean Droplet) you...
@jvanbaarsen Definetely! Do you think it would be good to just use the same markdown from the site for in-app documentation and sync it some way?
@jvanbaarsen Let me port the documentation to this repo, then I'll write a script in the Jekyll site to keep it in sync
@beydogan I think you're mentioning two options in your message: 1) a deploy button 2) deploy hook triggered by CIs. Option 2 is already quite possible if you let your...