From 1d31770e81bc23c059253b628ee944884302a7f6 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 10 Aug 2026 12:23:04 +1200 Subject: [PATCH] Create install(experimental).sh --- install(experimental).sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install(experimental).sh diff --git a/install(experimental).sh b/install(experimental).sh new file mode 100644 index 0000000..0c4dbbb --- /dev/null +++ b/install(experimental).sh @@ -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 \ No newline at end of file