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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/attic.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 311c5dd  Regenerated website based on 
5e0ebc337c3cad8f4f3726024e547799994905b7 commit
311c5dd is described below

commit 311c5dde4995027c8f459b379f520f576896eb2f
Author: GitHub Actions <acti...@users.noreply.github.com>
AuthorDate: Thu May 1 22:53:44 2025 +0000

    Regenerated website based on 5e0ebc337c3cad8f4f3726024e547799994905b7 commit
---
 output/README.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/output/README.md b/output/README.md
index b241084..e5ca240 100644
--- a/output/README.md
+++ b/output/README.md
@@ -134,3 +134,29 @@ wiki:
     type: CWIKI
 
 ```
+
+## How to test locally (DRAFT) ##
+
+Install Ruby.
+Install bundler if necessary: ```gem install bundler```
+
+If you wish to install the required Gems locally (rather than updating the 
system Gems),
+change the bundler installation directory:
+
+```bundle config path 'vendor/bundle' --local```
+
+Now install the required gems:
+
+```bundle install```
+
+To build the site:
+
+```bundle exec jekyll build```
+
+To build the site and make it available at http://localhost:4000/
+
+```bundle exec jekyll server```
+
+To run retire.rb:
+
+```bundle exec ruby retire.rb projectId ...```

Reply via email to