|
You are here |
feross.org | ||
| | | | |
blog.chand1012.dev
|
|
| | | | | 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. | |
| | | | |
kersed.net
|
|
| | | | | [AI summary] The user has provided a comprehensive guide on setting up a self-hosted server, including steps for configuring SSH, securing the server, installing software, setting up domain names, and obtaining TLS/SSL certificates. The guide is detailed and covers various aspects of server management and self-hosting. The user is likely looking for a summary or a structured overview of the guide's content. | |
| | | | |
www.nequalsonelifestyle.com
|
|
| | | | | The main Friendica documentation has install instructions for setting up the core part of the system. However it assumes that you have properly installed all the dependencies and leaves securing the system as an exercise to the user. While I have found a couple of tutorials around the internet like this one or this one to fill in the gaps before that I have found them a little lacking and dated as well. I was able to make my way through it but I'm not sure if all will. I therefore decided to write this soup to nuts tutorial on standing up a Friendica instance with Ubuntu 22.04. Please use the table of contents to skip parts that you don't need, like setting up your cloud instance. | |
| | | | |
blog.orhun.dev
|
|
| | | FOSS ? Linux ? Programming | ||