From 9a14938e2e2b11a68eee83ed928f8c068f9f02c3 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Sat, 16 Nov 2024 09:26:04 +0100 Subject: [PATCH] Updated instructions (especially on building the website) --- pcs-setup.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pcs-setup.txt b/pcs-setup.txt index fa09a89..5da2f9d 100644 --- a/pcs-setup.txt +++ b/pcs-setup.txt @@ -15,7 +15,17 @@ New Lektor Approach: thats all! - If you would start from scratch you wolud delete all contents in lektordata/ and run + building the website for deployment is: + + docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor -p 5000:5000 lektorcontainer lektor build -O /opt/lektor/output + + deployemnt can then be found in: + + lektor/lektordata/output + + + + If you would like to start from scratch you would delete all contents in lektordata/project and run docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor lektorcontainer lektor quickstart