Skip to content

Instantly share code, notes, and snippets.

View heidekrueger's full-sized avatar

Stefan Heidekrüger heidekrueger

View GitHub Profile
@jbs1
jbs1 / django_on_strato.md
Last active March 26, 2024 10:04
Django on STRATO webhosting server

From STRATO Hosting Basic and up python is enabled on the server. Hosting plans

You can connect to the sever via SSH through ssh <your domain>@ssh.strato.de. The Password is you 'Masterpasswort'.

Since you have neither sudo access nor apt-get or something similar, you have to improvise.

First download and install PIP in the user dir and then install Django:

wget https://bootstrap.pypa.io/get-pip.py