This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic-docker.git
commit a50177b1cf568988d9d6d005cdf799e4c9e8aea1 Author: Sebb <[email protected]> AuthorDate: Mon Jan 13 17:55:20 2025 +0000 Clarify --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3c9101..ad68bc5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,14 @@ Docker build for testing Attic banner etc. Build: docker compose build -Checkout the Attic site, e.g. -git clone ... /path/to/website +Checkout the Attic site in a spare directory, e.g. +git clone https://github.com/apache/xyz-site /path/to/repo +or +svn co https://svn-master.apache.org/repos/asf/xyz/site/trunk/ /path/to/repo + + +Some sites are served from a subdir of the repository, e.g. /path/to/repo/content +This is shown as /path/to/website in the following descriptions To enable/disable the Attic banner, create/delete the directory: /path/to/website/_ATTIC @@ -17,6 +23,5 @@ VAR_HTML=/path/to/website docker compose up browse to localhost:8000 -To ena Start shell (container must be running) docker compose exec attic_lua_csp /bin/bash
