You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/11/16 17:10:00 UTC

[archiva-site] 02/02: Additional docu

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch feature/site-git-migration
in repository https://gitbox.apache.org/repos/asf/archiva-site.git

commit 9aaf7a02a7dacce02fc56039379b8d00cd6571d4
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Fri Nov 16 18:09:46 2018 +0100

    Additional docu
---
 README.adoc | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 0b92a52..a33bbf7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,7 +27,18 @@ The script is interactive, it asks you to confirm the publish after generation o
 
 All arguments are appended to the mvn calls.
 
-=== Run the mvn steps manually
+=== Run the steps manually
+
+==== Checkout the site-content directory
+
+ git clone <PATH TO archiva-web-content.git> site-content --no-checkout
+ git -C site-content config core.sparsecheckout true
+ git -C site-content config user.name <YOUR NAME>
+ git -C site-content config user.email <YOUR MAILADDRESS>
+
+Copy the +git-sparse-checkout-pattern+ file to +site-content/.git/info/sparse-checkout+
+
+ git -C site-content checkout --
 
 ==== Building the pages