You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2021/04/14 15:25:23 UTC

[flume-site] 03/11: update REAME

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

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flume-site.git

commit e06c30ac00cddb697a3168c4499e2aca098119c7
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Sep 20 12:48:02 2020 -0700

    update REAME
---
 README.md | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e41df40..90c255b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,19 @@
 # README.md
 
-To understand how to update and publish the Logging website take a look at the documentation at
-[Manage the Git Hosted Web Site](https://cwiki.apache.org/confluence/display/LOGGING/Managing+the+Git+Hosted+Web+Site).
+Publishing the Apache Flume web site requires:
+
+1. Clone this repository into a local directory.
+2. Checking out the asf-staging branch.
+3. Performing any updates that are required.
+4. In the root directory run `mvn package`.
+5. Open your browser to point to <local directory>/target/site/index.html and review the site.
+6. When the changes look ok run 'mvn resources:copy-resources@install'.
+7. Perform `git add` on the affected files and `git commit'.
+8. Perform git push.
+9. After a few minutes review https://flume.staged.apache.org and make sure the appropriate changes are present.
+10. Once the site has been approved checkout the asf-site branch. 
+11. Perform `git rebase asf-staging` followed by `git push`.
+12. After a few minutes verify that https://flume.apache.org has the correct changes.
+
+Further information regarding what to edit in the site during a release may be found at 
+[How to Release - Update the Web Site](https://cwiki.apache.org/confluence/display/FLUME/How+to+Release#HowtoRelease-Updatethewebsite).