From 0f458c71700fef9595401e0dddcb139550abef96 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 11 Sep 2024 14:29:48 -0400 Subject: fix instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17fb261..4e4c408 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ GRANT CREATE ON SCHEMA public TO jigsaw; ``` run `cargo build --release` in the `server` directory -either on the server or on your computer, and copy `target/release/jigsaw-server` to the jigsaw user's home directory (or any directory they -have access to). -now you can run it to start the backend, or create a systemd service to run it for you, e.g.: +either on the server or on your computer, and copy `featuredpictures.txt potd.py getfeaturedpictures.py target/release/jigsaw-server` +to a directory owned by the jigsaw user, e.g. `/home/jigsaw/server`. install python3, and run `getfeaturedpictures.py` +to get the list of featured pictures (this will take a while). +now you can run the `jigsaw-server` executable to start the backend, or create a systemd service to run it for you, e.g.: ``` [Unit] -- cgit v1.2.3