From a0ff7e006c027a5357aee0228cc4c15b8720d3f2 Mon Sep 17 00:00:00 2001 From: shoofle Date: Wed, 7 Jun 2023 07:41:50 -0400 Subject: [PATCH] corrected the readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19a5316..ee2920c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # This is my server! It's not much, but it's mine. -It runs on flask. It's kinda messy! This is one project I'm working on strictly for results - I just want to post stuff as easily as possible, with as little hassle as possible (but avoiding having to use PHP). There might be some slightly-more-complicated stuff in here using blueprints or subapplications, so that I can extend things! It's not done, though. +It used to run on flask, but now it is just static html to be served through nginx. Who needs to actually write server code, right? :( -Poke. Poke. - -I made a service file for use with systemd finally! It'll make it so that it'll automatically start when the server starts. That lives in `auriga.service`. It also has the `gunicorn` command for starting the server. I've removed the old hacky start script that kept it; if you want to run it locally, you should be able to just run `pure_flask.py`. If you need to run it manually, just copy and paste it from `auriga.service`. But don't do that. Just use `systemd`. +It's still in progress, and completely broken at the moment. \ No newline at end of file