Skip to content

Instantly share code, notes, and snippets.

View marobo's full-sized avatar
🎸
entertaining

Onorio de Jesus Afonso marobo

🎸
entertaining
  • Catalpa International
  • Dili, East Timor
View GitHub Profile
@marobo
marobo / deploy_pythonanywhere.sh
Last active March 17, 2026 02:00
deploy_pythonanywhere.sh
#!/bin/bash
# Steps 1: Create a PythonAnywhere account
# 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 the "deploy_pythonanywhere.sh" file
# 5. Edit the "deploy_pythonanywhere.sh" file and set the variables with your own values
# 6. Go to the "Consoles" tab and create a new console by clicking on the "Bash" button
# 7. Make the "deploy_pythonanywhere.sh" file executable by running "chmod +x deploy_pythonanywhere.sh" in the console and follow the instructions