Mimic Heroku CLI on Hatchbox with rake tasks
Hi guys,
Weirdly enough the thing that was holding me back the most from moving away from Heroku to Hatchbox was the ease of use of the Heroku CLI in my daily workflow.
So this weekend I decided...

1
Servers
passenger vs puma for capistrano deploying
good to see this information.

4
Servers
Rails, Hatchbox, New SSH Key and Permission denied (publickey)
I just had this issue. I just presumed I needed to add my laptops ssh key to keys field in the profile serttings area but I then realised I needed to add it into the specific server SSH key field. ...

5
Servers
There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'
You can check with passenger-status if the application is running. For me it hat problems to passenger instance registry, so I added passenger_instance_registry_dir /tmp; to the Nginx/sites-enabled...

4
Servers
ServiceNOW and KB article with MS Chatbot
We want to leverage the ServiceNOW Knowledge Base/articles to fetch articles from a customer ServiceNOW production instance through a Chatbot.
As ServiceNOW administrators, how do you propose we...

1
Servers
Use .ENV instead of Secrets.yml for keys
Rails 5.2+ switched to using Credentials instead of secrets.yml. I would recommend using that going forward.
That said, if you still want to use .env files, You can use a gem like Figaro to load ...

7
Servers
What is the best way to host video platform in a cost efficient way and good streaming quality while still keeping it extensible
Hey,
I am planing a little page where we want to post zoom sessions and give the opportunity to watch them afterwards.
In the beginning we might 5-20 people watching and long term plans are to...

1
Servers
Audio on a remote Server Windows ?
hyy,,I have a Windows Server 2019 without direct access, so i can only control it remotely. The Server doesn't has a sound card or anything to make sounds, but i need to have audio on this server i...

1
Servers
Host sets website root to rails 6 public folder... why?
Hello.
My host service sets website root at my rails 6 app public folder.
This results in rendering the static public/index.html instead of root 'pages#index' each time i visit the website url.
If ...

1
Servers
What's the best way to debug Amazon S3 errors
Hi everyone,
So far in my rails journey, the most frustrating thing by far has been using Amazon S3 for storage. I have had various issues, all without error messages, which is like looking for ...

1
Servers
Why my rails production server reaches to 100% CPU usage and making app to be unresponsive?

12
Servers
production.log is nowhere to be found on Digital Ocean
Hey Yi Mei Wang, I had a similar problem with logs not showing in Production and I simply added the following to config/environment/production.rb:
'config.log_level = :info
RAILS_DEFAULT_LOGGER = L...

2
Servers
Hatchbox: Scaling up servers
I also have similar questions and inquiries, hoping to receive answers soon
slitherio

2
Servers
RemoteFX Multi-user Login or alternative for better graphic performance?
Hello,
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...

3
Servers
Multiple SSL certificate for a multiple domain in a multi-tenant application.
No screencast yet, but their readme is pretty well documented. 👍

4
Servers
Hatchbox: How do I point a Godaddy Domain to a wildcard sub-domain?
@bradley I'm in the same situation with an app like Shopify, have you found a good resource to tackle it?

4
Servers