What's a good way for upgrading a server?

4
Servers
I have an internal application that is running fine now, but I need to upgrade the version of Ubuntu Server on it. I have put this off wayyyy too long. Essentially I have a "VMWare box" on the co...
Chris Oliver replied
Solved

How should I go about setting up a staging environment on Hatchbox w/ DigitalOcean?

1
Servers
So I've set myself up with Hatchbox on DigitalOcean. I don't think I want to deploy seperate environments on the same server. But if I create an entirely seperate cluster I am afraid of racking up ...
Chris Oliver replied

How do I protect myself against brute-force attacks when using Cockpit server administration?

0
Servers
When using Cockpit, I feel that it opens up a big vulnerability as the browser login allows unlimited attempts to login. Once the brute-force is successful, the attacker will be able to run command...
Yi Mei Wang posted

Deploy Ruby project on Ubuntu 18.0

1
Servers
Hi, I am referring the doc "https://gorails.com/deploy/ubuntu/18.04#nginx" for deploy the project. After running the command "cap install STAGES=production" I got error list : LoadError: cannot loa...
bhavya replied

How do I know how many threads does my app need?

0
Servers
I'm working on an app that does serves http but also has some parts where ActionCable is used. How do I know how many threads does my app need? Is there a rough number? How does websocket occupy t...
Yi Mei Wang posted

Problem deploy with Capistrano

1
Servers
HI! Deploying with Capistrano is a continuous challenge. After overcoming a few bugs, now I am stock with the following error. Any idea? PLEASE! INFO [1fd8e2f6] Running $HOME/.rbenv/bin/rbenv e...
Bina Darabzand replied

Followed the deploy instructions; nginx throwing a 500 for rails app

0
Servers
I'm not sure what happened, but I had a production environment/config working with nginx/passenger deployed on Digital Ocean. I am not seeing errors in log files, but nginx is throwing a 500 when I...
Matt Bjornson posted
Solved

How do i deploy NGINX with passenger without installing rails?

3
Servers
I am using NGINX as a reverse proxy is there a simpler way to get installed besides for this tutorial? https://gorails.com/deploy/ubuntu/18.04
Chris Oliver replied

Rails 6.0 + Heroku + Active Storage + VIPS

7
Servers
VIPS is a 3x faster and 10x less memory hungry image processor that is now available for Active Storage in Rails 6.0. Unfortunately By default Heroku doesn't support VIPS. Do you know of a working ...
Nicolas Brousse replied

Vim is being "killed" by OOM when trying to open prod log

2
Servers
I'm hvaing an odd issue that I can't see to get a handle on. When I ssh into my prod server and I try to open /home/deploy/app/shared/log/production.log in vim or nano the process just hangs for ...
Drew Bragg replied

Configuring WordPress with Apache and NGINX

0
Servers
With Apache, I am facing slow server issue, I am trying to [Hosting WordPress on NGINX with Apache](https://www.cloudways.com/blog/wordpress-nginx-with-apache/), would it work good for my website o...
Alex Morco posted

How do I create a new rails application with ubuntu and postgresql

0
Servers
I'm currently trying to create a new rails app. I can easily do this with `rails new app --database=postgresql` but when I change the `database.yml`, I'm using the same user for every application f...
Arnas Klasauskas posted

rails - javascript doesnt work on herokuapp

0
Servers
I know this question is asked a lot in old posts but, no one has fixed my problem. The problem is an error in the web console TypeError: e is undefined ReferenceError: ubah_tampilan_menu is not d...
Reckordp posted

Installation Error with Ruby 2.6.1 on Ubuntu 18.4.1 LTS Server

1
Servers
I encountered following error trying to install Ruby 2.6.1 on a VMWare driven Ubuntu 18.4.1 Server with **rbenv**: ``` Installing ruby-2.6.1... BUILD FAILED (Ubuntu 18.04 using ruby-build 2019013...
Damian Nelwep replied

Getting slowness on passengers in our prod env

0
Servers
Getting slowness on passenger servers in our prod env when large number of web services are being hit from another application server . At the time of load on passenger there is no load on our DBse...
Atul Kumar posted

Deploy Ruby on Rails app using chef

0
Servers
Has any one done deoplying ruby on rails app using following sources centos 7.5 monogoDB, capastraino, unicorn, nginx, jenkins and chef on digital ocean. I would like to see if any one can help us ...
Mt posted

Incomplete response received from application when non-ascii character in html

0
Servers
I have an Ubuntu 18.04 server with Nginx and Phusion Passenger (non-Rails app) and it is working for websites with ASCII characters in HTML only. But when I put a non-ascii character to the `index...
Jiri Prochazka posted

Still seeing the Welcome to nginx! screen after nginx configuration

0
Servers
I have set up and deployed an application using Capistrano and set up the server and ngnix config file, however, I'm still seeing the `Welcome to ngnix` welcome screen.Here is what I have in the `/...
Ben John Bagley posted

How does one handle multiple Sidekiq queues on hatchbox.io deployment?

1
Servers
In reference to the ActionMailer documentation stating Sidekiq should be started to listen on the mailer queue, how does one ensure the hatchbox deployment handles this?In the documentation it stat...
Chris Oliver replied

Issue with multiple URL's on an Ubuntu/Apache2/Passenger machine

1
Servers
I have a linux machine that I put together within my organization for Rails applications. I have my first site all set up and working. I am now trying to add a second site/URL to the box and for so...
spacerobotTR replied
Solved