How to deploy Ruby app on Centos 7 using Phusion Passenger
On this page you will learn how you can deploy your app to a server that is running Passenger. You can either follow these instructions with your own app.
On this page you will learn how you can deploy your app to a server that is running Passenger. You can either follow these instructions with your own app.
As we know, Laravel 5.6 only work on PHP 7.1.3 and later, so we need to install required version of PHP and its dependencies
Sometime you do not want email to delivery outside for development purpose. This article will show you how to forward all mail to local user using rainloop, postfix, dovecot and nginx
This article will show how to deploy rails app using puma and systemd as daemon with nginx