summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-09-11 14:29:48 -0400
committerpommicket <pommicket@gmail.com>2024-09-11 14:31:14 -0400
commit0f458c71700fef9595401e0dddcb139550abef96 (patch)
treee99a71dda74309ccaa681d5d03e5350d507d0342
parent066a645b797cfa420e26331251c824e7446ba399 (diff)
fix instructions
-rw-r--r--README.md7
1 files 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]