Create install(experimental).sh

This commit is contained in:
Jordan
2026-08-10 12:23:04 +12:00
parent a9801695b0
commit 1d31770e81
+7
View File
@@ -0,0 +1,7 @@
git clone https://git.ralphie.xyz/Jordan/math-website.git
cd math-website
sudo apt install python3.14-venv screen
python3 -m venv venv
echo "screen -S math-website source venv/bin/activate && pip install flask flask_mail flask_sqlalchemy werkzeug gunicorn && gunicorn --workers 3 --bind 0.0.0.0:8000 app:app"
chmod +x launch.sh
echo To launch the website run ./launch.sh when launched you can deatach from the screen with (ctrl + a + d) all at once