summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]