Repository: struts-site Updated Branches: refs/heads/master 270c9e770 -> cebb28bd0
Update README Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/cebb28bd Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/cebb28bd Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/cebb28bd Branch: refs/heads/master Commit: cebb28bd0aea8c011e516e912379aacd86cb758a Parents: 270c9e7 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Mon Feb 8 09:19:57 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Mon Feb 8 09:19:57 2016 +0100 ---------------------------------------------------------------------- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/cebb28bd/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 81a2044..226a2f8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ -This project is used to update main Apache Struts website http://struts.apache.org/ +This project is used to update the main Apache Struts website http://struts.apache.org/ You must manually push changes to production via SVN. Site is generated by Jekyll and uses pure html either markdown format. -To test website locally: +To test website locally you can use the below command: > bundle exec jekyll serve -w --trace --host 0.0.0.0 +or you can use `Docker`` (please install it first) with one of the provided scripts: + + > ./docker-run.fish + +when running fish-shell, or: + + > ./docker-run.sh + +when running Bash or Sh. + All pages are generated into 'content' folder. + +There are two scripts used to build the image but this should be used only when `Dockerfile` was modified. \ No newline at end of file