hughpearse commented on PR #4159:
URL: https://github.com/apache/calcite/pull/4159#issuecomment-2609636382

   Runs locally
   
   ```
   foo@bar$ sudo docker run -t -i -p 4000:4000 --entrypoint /bin/bash 
ruby:3.3.7-slim-bullseye
   foo@bar$ apt update
   foo@bar$ apt install build-essential libssl-dev zlib1g-dev git ruby-dev vim
   foo@bar$ git clone https://github.com/hughpearse/calcite.git
   foo@bar$ cd calcite/site
   foo@bar$ gem install bundler
   foo@bar$ bundle install
   foo@bar$ bundle exec jekyll serve --host=0.0.0.0
   ```
   
   http://localhost:4000
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to