This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |