fpapon commented on a change in pull request #57: URL: https://github.com/apache/karaf-site/pull/57#discussion_r436280391
########## File path: README.md ########## @@ -23,16 +23,16 @@ Checkout: http://svn.apache.org/repos/asf/karaf/site/trunk/ karaf-site ``` -Run Build: +## Development -``` -mvn clean install -``` +Installation of dev environment, follow official instructions: + +https://jekyllrb.com/docs/ -## Publish +## Run -To publish the local website to the production location (https://karaf.apache.org), you have to use: +To start Jekyll local server, just run: ``` -mvn install scm-publish:publish-scm +bundle exec jekyll serve Review comment: Ok, for deployment, I kept the pom.xml with the war packaging and the scm-publish. I added more information in the README. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org