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: 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 |