/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

maartenvanvliet.nl
| | eileencodes.com
3.5 parsecs away

Travel
| | Eileen Codes is a blog by Eileen M. Uchitelle about developing with and learning Ruby on Rails, a programming framework.
| | blog.chand1012.dev
3.5 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.
| | www.dgendill.com
2.4 parsecs away

Travel
| | [AI summary] A developer shares a detailed tutorial on how to generate self-signed SSL certificates with specific Subject Alternative Names to enable secure service worker testing on mobile devices over a local network.
| | byparker.com
15.1 parsecs away

Travel
| Ruby can be notoriously challenging to get setup initially. You might run into permissions issues when running gem install or you might go to install gems and it tells you that you're using the wrong version of ruby! These installation woes are the biggest blocker for most folks wanting to use Ruby packages like jekyll where Ruby is an implementation detail and unrelated to what they're actually trying to do.