From cb5e5ca86178eb27f342116eddb1a5fc157bbf2c Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 2 May 2020 05:11:39 +0200 Subject: doc: fix incorrect output path in quickstart guide --- ldgallery-quickstart.7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldgallery-quickstart.7.md') diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 2154d20..b95c886 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md @@ -65,14 +65,14 @@ If the compiler was installed manually through the extraction of a pre-built arc /ldgallery --with-viewer=/viewer --input-dir ``` -Running the command above produces a directory named "out" within the input gallery directory, which contains the compiled gallery and a web viewer, ready to be deployed on some web server. +Running the command above produces a directory named "out" in the current directory, which contains the compiled gallery and a web viewer ready to be deployed on some web server. ## Step 5: deploying the gallery The content of the "out" directory generated at the previous step can now simply be uploaded to some web host, for example with an FTP client like FileZilla or through rsync/SSH with the following command: ```sh -rsync -Prz /out/* user@webhost:publication_path/ +rsync -Prz out/* user@webhost:publication_path/ ``` The target web host doesn't need to run any additional software besides a web server correctly configured to serve flat static files. -- cgit v1.2.3