You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by wc...@apache.org on 2016/03/17 04:34:39 UTC

[3/3] incubator-quarks-website git commit: QUARKS-28 Update README.md to include instructions on testing the asf-site content and other minor updates

QUARKS-28 Update README.md to include instructions on testing the asf-site content and other minor updates


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/c08e83f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/c08e83f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/c08e83f1

Branch: refs/heads/master
Commit: c08e83f1dc4d26076a2a8697eded297be134a3ec
Parents: fe3df5d
Author: Katherine Marsden <km...@apache.org>
Authored: Wed Mar 16 07:37:08 2016 -0700
Committer: Katherine Marsden <km...@apache.org>
Committed: Wed Mar 16 07:37:08 2016 -0700

----------------------------------------------------------------------
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/c08e83f1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ae85a11..02da671 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,11 @@ If you are a committer, do the following:
   
  1. Update the master branch with your (or a Pull Request's) change.
  2. Push updated master to the asf remote master (https://git-wip-us.apache.org/repos/asf/incubator-quarks-site.git)
- 3. Run `build.sh` from the master branch directory (requires jekyll). This will:
-     - checks out and updates the `asf-site` branch with a new commit of the build from the current branch
+ 3. Run `build.sh` from the master branch directory (requires jekyll). This checks out and updates the `asf-site` branch with a new commit of the build from the current branch
  
- 4. At this point, you should be on the `asf-site` branch. Simply push this branch to the asf remote and the site will automatically be updated within seconds.
+ 4. At this point, you should be on the `asf-site` branch. Simply push this branch to the asf remote with  `git push origin asf-site` and the site will automatically be updated within seconds.
+
+Note: If you want to try out the website locally on the asf-site branch before you push, you can do so with `jekyll serve -d content --skip-initial-build` and point your browser to http://localhost:4000
 
 Developing
 -----------