Skip to content

Instantly share code, notes, and snippets.

View marobo's full-sized avatar
🎸
entertaining

Onorio de Jesus Afonso marobo

🎸
entertaining
View GitHub Profile
@marobo
marobo / deploy_pythonanywhere.sh
Last active September 13, 2025 04:12
deploy_pythonanywhere.sh
#!/bin/bash
# Steps:
# 1. Go to https://www.pythonanywhere.com/registration/register/beginner/ and sign up for a free account
# 2. Go to your email and verify your email address
# 3. Login to your PythonAnywhere account
# 4. Go to the "Files" tab and upload this file (deploy_pythonanywhere.sh)
# 5. Go to the "Consoles" tab and create a new console by clicking on the "Bash" button
# 6. Open the "deploy_pythonanywhere.sh" file and edit the variables with your own values
# 7. Make the "deploy_pythonanywhere.sh" file executable by running "chmod +x deploy_pythonanywhere.sh"