How can I solve this problem?
Looks like a docker issue, SSH into the server and view the container logs: ```docker logs ``` Then look for any errors or unusual messages in the logs that might indicate why the service didn’t ...
Alan Reid repliedLooks like a docker issue, SSH into the server and view the container logs: ```docker logs ``` Then look for any errors or unusual messages in the logs that might indicate why the service didn’t ...
Alan Reid repliedGetting Started with Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html Maybe because I'm not using VS Code, I had to do it differently
Greg S repliedSolved this issue and a permission denied on Passengerfile.json with chmod o+x $HOME
Eloi Riera Lanau repliedHatchbox is the best option for hobby apps with low usage. A small Digital Ocean droplet of 2 GB (or maybe 1 GB for very low usage) is enough and Hatchbox is an additional $10/month/server (droplet...
Kentastic repliedIt sounds like you're building something pretty serious!
Wishaway Mike repliedAll the tutorials I've found use puma for development and then passenger for production. But I wanted my environments to be the same! Looking at the rails log and searching for /cable helped. The...
endtoendpaper repliedAny updates on this?
John Jensen repliedI am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed cd ~ git clone https://github.com/letsencrypt/letsencrypt cd letsencry...
Ohre Alex postedYou'd need to install Ruby, Postgres, and Redis on Cloud9. We did a screencast on Cloud9 here: https://gorails.com/episodes/aws-cloud9-ruby-on-rails-development
Chris Oliver repliedI’ve added an node express proxy server to an Ubuntu Digitalocean server that is used by my rails app and is deployed via Classic Hatchbox app that utilizes an nginx configuration file. The node e...
Alfred Montalvo Jr postedHello, We are running a "Windows Server 2016" VM inside a "Windows Server 2016" Hyper-V Host. Remote Desktop Session Host is enabled, User CALs installed and the Multi-user login works fine. On t...
sun18 postedHello everyone, I'm working on an application and I expect a lot of images to be uploaded on it. I don't have estimates yet, but I think they will be in the range of 20K-30K images in the first ye...
Ali Hamdi Ali Fadel posted