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.git
The following commit(s) were added to refs/heads/main by this push: new 5e0ebc3 Add some details on local running 5e0ebc3 is described below commit 5e0ebc337c3cad8f4f3726024e547799994905b7 Author: Sebb <s...@apache.org> AuthorDate: Thu May 1 23:53:19 2025 +0100 Add some details on local running --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index b241084..e5ca240 100644 --- a/README.md +++ b/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 ...```