alamb commented on code in PR #5: URL: https://github.com/apache/datafusion-site/pull/5#discussion_r1670427526
########## README.md: ########## @@ -30,13 +30,28 @@ Should be `ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin23]` or gem install jekyll bundler ``` -## Preview site locally +### Preview site locally ```shell cd site bundle exec jekyll serve ``` +## Setup for Docker + +If you don't wish to change or install ruby and nodejs locally, you can use docker to build and preview the site with a command like: + +```shell +docker run -v `pwd`:/datafusion-site -p 4000:4000 -it ruby bash Review Comment: These instructions are adapted from https://github.com/apache/arrow-site -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
