Explore >> Select a destination


You are here

jonalmeida.com
| | blog.chand1012.dev
2.0 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | ole.michelsen.dk
0.9 parsecs away

Travel
| | How to setup a local web server on MacOS X Mavericks with Apache and PHP and link projects directly from Dropbox to Apache.
| | www.byjp.me
2.3 parsecs away

Travel
| | A note out there to anyone else having the same problem as me: If you're trying to use mini_magick in a ruby application being run via Passenger on Mac OS X Mountain Lion's Apache2, when you've installed imagemagick via Homebrew - mouthful - then you may notice that that you get a Server Error when you try to process an image. This may be because the PATH variable Apache is supplying to your ruby instance doesn't have /usr/local/bin in it, which is where homebrew installs to.
| | bicofino.io
21.2 parsecs away

Travel
| I'm old fashion and in some cases I like to compile my stuff, Zabbix is one of these cases. You can add/remove features directly with ./configure, and mess around with some timeouts of zabbix_server and zabbix_agentd for example. In this tutorial, we will not change anything on the source code. We are going install Zabbix version 2.4.6 with MySQL, Nginx and PHP-FPM. This is the stack of what I use in production environments.